diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-07-11 21:33:28 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-07-11 21:33:28 +0800 |
commit | f6fe1a886389b44d63c6a985916d7a910d27a726 (patch) | |
tree | 866f1a44e9aee1fdc3b08de7641c647f4816c66f /indra/llplugin | |
parent | 45fe70ffd340dc2263c20f08eef58dfa55e19fd2 (diff) | |
parent | 5590af309fd9f78e4642f01833e26bbcf343d145 (diff) |
Merge branch 'main' into webrtc-voice
Diffstat (limited to 'indra/llplugin')
-rw-r--r-- | indra/llplugin/slplugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt index 46e63e473c..3ad6d10336 100644 --- a/indra/llplugin/slplugin/CMakeLists.txt +++ b/indra/llplugin/slplugin/CMakeLists.txt @@ -67,7 +67,7 @@ endif () if (INSTALL) if (DARWIN) - install(TARGETS ${PROJECT_NAME} DESTINATION Resources) + install(TARGETS ${PROJECT_NAME} DESTINATION .) else (DARWIN) install(TARGETS ${PROJECT_NAME} DESTINATION libexec/${VIEWER_BINARY_NAME}) endif (DARWIN) |