summaryrefslogtreecommitdiff
path: root/indra/llplugin
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-07-05 08:58:07 +0800
committerErik Kundiman <erik@megapahit.org>2024-07-05 08:58:07 +0800
commit532ebcd2d1e722e73aa09a49e77ebaa79cc05e3e (patch)
tree20db4483472c5e874c5d5419934274e8c8d1d13c /indra/llplugin
parent8131a31bf4fefa7a8915508e3149cdf1dc47f384 (diff)
`make install` on macOS copies resources to bundle
Except for SLPlugin since there's already a custom command for it.
Diffstat (limited to 'indra/llplugin')
-rw-r--r--indra/llplugin/slplugin/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llplugin/slplugin/CMakeLists.txt b/indra/llplugin/slplugin/CMakeLists.txt
index e86ddd8a32..cdf77187c3 100644
--- a/indra/llplugin/slplugin/CMakeLists.txt
+++ b/indra/llplugin/slplugin/CMakeLists.txt
@@ -65,7 +65,7 @@ if (BUILD_SHARED_LIBS)
"${LINK_FLAGS_RELEASE} -Wl,--allow-shlib-undefined")
endif ()
-if (INSTALL)
+if (INSTALL AND NOT DARWIN)
install(TARGETS ${PROJECT_NAME} DESTINATION libexec/${VIEWER_BINARY_NAME})
endif ()