diff options
| author | Erik Kundiman <erik@megapahit.org> | 2024-07-07 12:01:37 +0800 | 
|---|---|---|
| committer | Erik Kundiman <erik@megapahit.org> | 2024-07-07 12:01:37 +0800 | 
| commit | dedf76e3f1eaebd053f193e92d6ffa3824a92c95 (patch) | |
| tree | a18d0a9cddb0c9a11bcb9cfefb8c92ad50de9373 /indra/llplugin | |
| parent | 37f31d98f3a96a3f086f0c0bef515080b6ebeaab (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.txt | 3 | 
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) | 
