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

Try commenting out the entire darn file.

parent 19afd182
No related branches found
No related tags found
No related merge requests found
# -*- cmake -*- # -*- cmake -*-
include(Prebuilt) #include(Prebuilt)
include(Boost) #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)
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