Skip to content
Snippets Groups Projects
Commit 2ed82d6c authored by Rider Linden's avatar Rider Linden
Browse files

Found another ref that had escaped me!

parent 8adb6997
No related branches found
No related tags found
No related merge requests found
...@@ -67,10 +67,10 @@ endif (ENABLE_MEDIA_PLUGINS) ...@@ -67,10 +67,10 @@ endif (ENABLE_MEDIA_PLUGINS)
if (LINUX) if (LINUX)
add_subdirectory(${VIEWER_PREFIX}linux_crash_logger) add_subdirectory(${VIEWER_PREFIX}linux_crash_logger)
if (INSTALL_PROPRIETARY) # if (INSTALL_PROPRIETARY)
include(LLAppearanceUtility) # include(LLAppearanceUtility)
add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR}) # add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR})
endif (INSTALL_PROPRIETARY) # endif (INSTALL_PROPRIETARY)
add_dependencies(viewer linux-crash-logger-strip-target linux-updater) add_dependencies(viewer linux-crash-logger-strip-target linux-updater)
elseif (DARWIN) elseif (DARWIN)
add_subdirectory(${VIEWER_PREFIX}mac_crash_logger) add_subdirectory(${VIEWER_PREFIX}mac_crash_logger)
......
...@@ -58,7 +58,6 @@ set(cmake_SOURCE_FILES ...@@ -58,7 +58,6 @@ set(cmake_SOURCE_FILES
JsonCpp.cmake JsonCpp.cmake
LLAddBuildTest.cmake LLAddBuildTest.cmake
LLAppearance.cmake LLAppearance.cmake
# LLAppearanceUtility.cmake
LLAudio.cmake LLAudio.cmake
LLCharacter.cmake LLCharacter.cmake
LLCommon.cmake LLCommon.cmake
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment