diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-08-19 17:09:12 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-08-19 17:09:12 -0700 | 
| commit | 2ed82d6cce4eb2bb4627234403a722b01063f381 (patch) | |
| tree | 64dd2c4b5eda241e00d7587190f58c9c7aae2e3a | |
| parent | 8adb6997b1ad1289e8832d81a5446dcdadaf5e06 (diff) | |
Found another ref that had escaped me!
| -rwxr-xr-x | indra/CMakeLists.txt | 8 | ||||
| -rwxr-xr-x | indra/cmake/CMakeLists.txt | 1 | 
2 files changed, 4 insertions, 5 deletions
| diff --git a/indra/CMakeLists.txt b/indra/CMakeLists.txt index 10692402a5..bd00d9eef8 100755 --- a/indra/CMakeLists.txt +++ b/indra/CMakeLists.txt @@ -67,10 +67,10 @@ endif (ENABLE_MEDIA_PLUGINS)  if (LINUX)    add_subdirectory(${VIEWER_PREFIX}linux_crash_logger) -  if (INSTALL_PROPRIETARY) -      include(LLAppearanceUtility) -      add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR}) -  endif (INSTALL_PROPRIETARY) +#  if (INSTALL_PROPRIETARY) +#      include(LLAppearanceUtility) +#      add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR}) +#  endif (INSTALL_PROPRIETARY)    add_dependencies(viewer linux-crash-logger-strip-target linux-updater)  elseif (DARWIN)    add_subdirectory(${VIEWER_PREFIX}mac_crash_logger) diff --git a/indra/cmake/CMakeLists.txt b/indra/cmake/CMakeLists.txt index 91e97c5154..40d7af8aab 100755 --- a/indra/cmake/CMakeLists.txt +++ b/indra/cmake/CMakeLists.txt @@ -58,7 +58,6 @@ set(cmake_SOURCE_FILES      JsonCpp.cmake      LLAddBuildTest.cmake      LLAppearance.cmake -#   LLAppearanceUtility.cmake      LLAudio.cmake      LLCharacter.cmake      LLCommon.cmake | 
