summaryrefslogtreecommitdiff
path: root/indra/llprimitive/llphysicsextensions
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2023-08-26 19:22:22 +0800
committerErik Kundiman <erik@megapahit.org>2023-08-26 19:22:22 +0800
commit79cc50c4f93ebe813ddda562b6450561e7650a9d (patch)
tree1e86b9dadbb8f8665c3cb23c44be8979f46a2833 /indra/llprimitive/llphysicsextensions
parent00dc394684356a21d02a798f9ad098587381d142 (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/llprimitive/llphysicsextensions')
-rw-r--r--indra/llprimitive/llphysicsextensions/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/llphysicsextensions/CMakeLists.txt b/indra/llprimitive/llphysicsextensions/CMakeLists.txt
index c204dea264..914fa7b886 100644
--- a/indra/llprimitive/llphysicsextensions/CMakeLists.txt
+++ b/indra/llprimitive/llphysicsextensions/CMakeLists.txt
@@ -78,7 +78,7 @@ list(REMOVE_ITEM ${PROJECT_NAME}_HEADER_FILES
LLPathingLibStubImpl.h
LLConvexDecompositionStubImpl.h
LLPhysicsExtensionsStubImpl.h)
-install(FILES ${${PROJECT_NAME}_HEADER_FILES} DESTINATION include/${PROJECT_NAME})
+#install(FILES ${${PROJECT_NAME}_HEADER_FILES} DESTINATION include/${PROJECT_NAME})
install(TARGETS ${PROJECT_NAME}stub DESTINATION lib)
if (LINUX)