diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-25 16:41:25 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-25 16:41:25 -0700 |
commit | 7e1efcd47423e66e3262dff137c793d9ef690a1b (patch) | |
tree | 8063acbfd18adbe3978c2479d49582361e5e1684 /indra/cmake/LLAppearanceUtility.cmake | |
parent | 96bb17f20bbcdc595f3a615a3129e134595b3a4a (diff) |
Reenable and correct link issue on linux llappearanceutility.
Diffstat (limited to 'indra/cmake/LLAppearanceUtility.cmake')
-rw-r--r-- | indra/cmake/LLAppearanceUtility.cmake | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/indra/cmake/LLAppearanceUtility.cmake b/indra/cmake/LLAppearanceUtility.cmake index 4573e85d31..28b49bf75f 100644 --- a/indra/cmake/LLAppearanceUtility.cmake +++ b/indra/cmake/LLAppearanceUtility.cmake @@ -1,14 +1,14 @@ # -*- cmake -*- -#include(Prebuilt) -#include(Boost) -# -## Linux proprietary build only -#if (INSTALL_PROPRIETARY) -# if(LINUX) -# use_prebuilt_binary(llappearance_utility) -# set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src) -# set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility) -# endif (LINUX) -#endif (INSTALL_PROPRIETARY) +include(Prebuilt) +include(Boost) + +# Linux proprietary build only +if (INSTALL_PROPRIETARY) + if(LINUX) + use_prebuilt_binary(llappearance_utility) + set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src) + set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility) + endif (LINUX) +endif (INSTALL_PROPRIETARY) |