summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2014-09-29 16:15:47 +0000
committerOz Linden <oz@lindenlab.com>2014-09-29 16:15:47 +0000
commit01a533ee4b1159c8146211a2971d9ed81dce120b (patch)
tree272f9cdc33d09a74068bef60e78cd2e03f363ab7
parent9bdb370e715c4f6a69ead03b865be56af08f732c (diff)
correct prebuild name for llappearance_utility
-rw-r--r--indra/cmake/LLAppearanceUtility.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLAppearanceUtility.cmake b/indra/cmake/LLAppearanceUtility.cmake
index 3415ef1bd9..709b91c134 100644
--- a/indra/cmake/LLAppearanceUtility.cmake
+++ b/indra/cmake/LLAppearanceUtility.cmake
@@ -4,7 +4,7 @@ include(Prebuilt)
# Linux proprietary build only
if (INSTALL_PROPRIETARY)
if(LINUX)
- use_prebuilt_binary(llappearanceutility_utility)
+ use_prebuilt_binary(llappearance_utility)
set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src)
set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility)
endif (LINUX)