diff options
| author | Rider Linden <rider@lindenlab.com> | 2015-08-19 16:24:41 -0700 | 
|---|---|---|
| committer | Rider Linden <rider@lindenlab.com> | 2015-08-19 16:24:41 -0700 | 
| commit | 48d75444ef00c5c770a5b67b14729710a8fc7668 (patch) | |
| tree | 806b0007629f6b6d7f6dede07ffbcf954eb9b548 | |
| parent | 19afd182346354474e2e06a6bc2119096cfe86c3 (diff) | |
Try commenting out the entire darn file.
| -rw-r--r-- | indra/cmake/LLAppearanceUtility.cmake | 21 | 
1 files changed, 11 insertions, 10 deletions
| diff --git a/indra/cmake/LLAppearanceUtility.cmake b/indra/cmake/LLAppearanceUtility.cmake index 306e6e6602..4573e85d31 100644 --- a/indra/cmake/LLAppearanceUtility.cmake +++ b/indra/cmake/LLAppearanceUtility.cmake @@ -1,13 +1,14 @@  # -*- cmake -*- -include(Prebuilt) -include(Boost) +#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) -# 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) | 
