diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-07-30 19:02:54 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-07-30 19:02:54 +0800 |
commit | e08ad14176502a8cc26b401c48b7161ce8c39140 (patch) | |
tree | 299e13da764a500e297c44bcd620564cd85fb505 /indra/cmake/UnixInstall.cmake | |
parent | 9aac948d59cee9bce12098b060d94aeba33efa86 (diff) |
SLPlugin is in libexec when installed to system
Diffstat (limited to 'indra/cmake/UnixInstall.cmake')
-rw-r--r-- | indra/cmake/UnixInstall.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/cmake/UnixInstall.cmake b/indra/cmake/UnixInstall.cmake index ecec0e3417..55b6889836 100644 --- a/indra/cmake/UnixInstall.cmake +++ b/indra/cmake/UnixInstall.cmake @@ -28,4 +28,8 @@ if (INSTALL) set(APP_SHARE_DIR ${INSTALL_SHARE_DIR}/${VIEWER_BINARY_NAME} CACHE PATH "Installation directory for read-only data files.") + + set(APP_LIBEXEC_DIR ${INSTALL_PREFIX}/libexec/${VIEWER_BINARY_NAME} + CACHE PATH + "Installation directory for non-manual executables.") endif (INSTALL) |