summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-07-07 12:01:37 +0800
committerErik Kundiman <erik@megapahit.org>2024-07-07 12:01:37 +0800
commitdedf76e3f1eaebd053f193e92d6ffa3824a92c95 (patch)
treea18d0a9cddb0c9a11bcb9cfefb8c92ad50de9373 /indra/llplugin
parent37f31d98f3a96a3f086f0c0bef515080b6ebeaab (diff)
macOS install DESTINATIONs are relative paths now
but set CMAKE_INSTALL_PREFIX to newview/Megapahit.app/Contents.
Diffstat (limited to 'indra/llplugin')
-rw-r--r--indra/llplugin/slplugin/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt
index 64fe90238f..687bcb73cc 100644
--- a/indra/llplugin/slplugin/CMakeLists.txt
+++ b/indra/llplugin/slplugin/CMakeLists.txt
@@ -95,8 +95,7 @@ endif ()
if (INSTALL)
if (DARWIN)
- install(TARGETS ${PROJECT_NAME}
- DESTINATION ${viewer_BINARY_DIR}/${VIEWER_CHANNEL}.app/Contents/Resources)
+ install(TARGETS ${PROJECT_NAME} DESTINATION Resources)
else (DARWIN)
install(TARGETS ${PROJECT_NAME} DESTINATION libexec/${VIEWER_BINARY_NAME})
endif (DARWIN)