diff options
| -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) | 
