diff options
author | Erik Kundiman <erik@megapahit.org> | 2023-09-10 12:47:21 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2023-09-10 12:47:21 +0800 |
commit | 157410f867e9906d43f80235751778c134c330ab (patch) | |
tree | c9417442ef0b26c36c09f0d54727fdb479bc566d | |
parent | 9bb3c0124ec50b9e68bdce3370096668c2da984d (diff) |
macOS still uses viewer_manifest for now
until we're ready with CPack for it.
-rw-r--r-- | indra/newview/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 92e8018bf5..1e2fcaa3ad 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2034,6 +2034,8 @@ if (LINUX) endif (PACKAGE) endif (LINUX) +endif (NOT USESYSTEMLIBS) + if (DARWIN) # These all get set with PROPERTIES. It's not that the property names are # magically known to CMake -- it's that these names are referenced in the @@ -2143,8 +2145,6 @@ if (DARWIN) endif (PACKAGE) endif (DARWIN) -endif (NOT USESYSTEMLIBS) - if (INSTALL) include(${CMAKE_CURRENT_SOURCE_DIR}/ViewerInstall.cmake) endif (INSTALL) |