diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-08-26 19:22:22 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-08-26 19:22:22 +0800 |
commit | 79cc50c4f93ebe813ddda562b6450561e7650a9d (patch) | |
tree | 1e86b9dadbb8f8665c3cb23c44be8979f46a2833 /indra/cmake | |
parent | 00dc394684356a21d02a798f9ad098587381d142 (diff) |
Don't install the headers for now
until we've tried building another project, but based on this project's
liblinden. It's also because these headers would be in a separate -dev
Debian package.
Diffstat (limited to 'indra/cmake')
-rw-r--r-- | indra/cmake/LibraryInstall.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/LibraryInstall.cmake b/indra/cmake/LibraryInstall.cmake index 5a55c215ed..dfc777c1cd 100644 --- a/indra/cmake/LibraryInstall.cmake +++ b/indra/cmake/LibraryInstall.cmake @@ -1,4 +1,4 @@ list(REMOVE_ITEM ${PROJECT_NAME}_HEADER_FILES CMakeLists.txt) -install(FILES ${${PROJECT_NAME}_HEADER_FILES} - DESTINATION include/${PROJECT_NAME}) +#install(FILES ${${PROJECT_NAME}_HEADER_FILES} +# DESTINATION include/${PROJECT_NAME}) install(TARGETS ${PROJECT_NAME} DESTINATION lib) |