diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-07-10 22:00:30 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-07-10 22:00:30 +0800 |
commit | 2c5815a1f3355724360278f814856a10f83a4c4e (patch) | |
tree | 20f3857a6741f4cc1a02113ca393f4002f8070a6 /indra/llplugin | |
parent | 6d1bec6029b3f53377e60fa83c4bd10811a333b2 (diff) | |
parent | 148b7b639a586cbf6590fa31b122fa763f8739da (diff) |
Merge branch 'main' into maint-b
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) |