Skip to content
Snippets Groups Projects
Commit 01a533ee authored by Oz Linden's avatar Oz Linden
Browse files

correct prebuild name for llappearance_utility

parent 9bdb370e
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ include(Prebuilt) ...@@ -4,7 +4,7 @@ include(Prebuilt)
# Linux proprietary build only # Linux proprietary build only
if (INSTALL_PROPRIETARY) if (INSTALL_PROPRIETARY)
if(LINUX) if(LINUX)
use_prebuilt_binary(llappearanceutility_utility) use_prebuilt_binary(llappearance_utility)
set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src) set(LLAPPEARANCEUTILITY_SRC_DIR ${LIBS_PREBUILT_DIR}/llappearanceutility/src)
set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility) set(LLAPPEARANCEUTILITY_BIN_DIR ${CMAKE_BINARY_DIR}/llappearanceutility)
endif (LINUX) endif (LINUX)
......
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