summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-08-19 16:04:57 -0700
committerRider Linden <rider@lindenlab.com>2015-08-19 16:04:57 -0700
commit19afd182346354474e2e06a6bc2119096cfe86c3 (patch)
tree499e9d2fded5a6f8352fc3edc5f4f7175852b061
parentbe7ed4acd4a75915bfc04e65ed385a179d74b646 (diff)
Try disabling LLAppearanceUtility.cmake just for the moment.
-rwxr-xr-xindra/cmake/CMakeLists.txt2
-rw-r--r--indra/cmake/LLAppearance.cmake8
2 files changed, 1 insertions, 9 deletions
diff --git a/indra/cmake/CMakeLists.txt b/indra/cmake/CMakeLists.txt
index cd7da5d6c1..44f3b4346c 100755
--- a/indra/cmake/CMakeLists.txt
+++ b/indra/cmake/CMakeLists.txt
@@ -58,7 +58,7 @@ set(cmake_SOURCE_FILES
JsonCpp.cmake
LLAddBuildTest.cmake
LLAppearance.cmake
- LLAppearanceUtility.cmake
+## LLAppearanceUtility.cmake
LLAudio.cmake
LLCharacter.cmake
LLCommon.cmake
diff --git a/indra/cmake/LLAppearance.cmake b/indra/cmake/LLAppearance.cmake
index 6e6d8385d0..b51c19fda4 100644
--- a/indra/cmake/LLAppearance.cmake
+++ b/indra/cmake/LLAppearance.cmake
@@ -7,19 +7,11 @@ include(LLCoreHttp)
set(LLAPPEARANCE_INCLUDE_DIRS
${LIBS_OPEN_DIR}/llappearance
- llcorehttp
- llmessage
- ${BOOST_COROUTINE_LIBRARY}
- ${BOOST_CONTEXT_LIBRARY}
)
if (BUILD_HEADLESS)
set(LLAPPEARANCE_HEADLESS_LIBRARIES
llappearanceheadless
- llcorehttp
- llmessage
- ${BOOST_COROUTINE_LIBRARY}
- ${BOOST_CONTEXT_LIBRARY}
)
endif (BUILD_HEADLESS)