Skip to content
Snippets Groups Projects
Commit c4e5de1b authored by Aimee Linden's avatar Aimee Linden
Browse files

Remove check for LLKDU source in the tree before downloading the pre-built lib.

parent b36224bd
No related branches found
No related tags found
No related merge requests found
# -*- cmake -*- # -*- cmake -*-
include(Prebuilt) include(Prebuilt)
if (INSTALL_PROPRIETARY AND NOT STANDALONE AND EXISTS ${LIBS_CLOSED_DIR}/llkdu) if (INSTALL_PROPRIETARY AND NOT STANDALONE)
use_prebuilt_binary(kdu) use_prebuilt_binary(kdu)
if (WINDOWS) if (WINDOWS)
set(KDU_LIBRARY debug kdu_cored optimized kdu_core) set(KDU_LIBRARY debug kdu_cored optimized kdu_core)
...@@ -15,4 +15,4 @@ if (INSTALL_PROPRIETARY AND NOT STANDALONE AND EXISTS ${LIBS_CLOSED_DIR}/llkdu) ...@@ -15,4 +15,4 @@ if (INSTALL_PROPRIETARY AND NOT STANDALONE AND EXISTS ${LIBS_CLOSED_DIR}/llkdu)
set(LLKDU_STATIC_LIBRARY llkdu_static) set(LLKDU_STATIC_LIBRARY llkdu_static)
set(LLKDU_LIBRARIES ${LLKDU_LIBRARY}) set(LLKDU_LIBRARIES ${LLKDU_LIBRARY})
set(LLKDU_STATIC_LIBRARIES ${LLKDU_STATIC_LIBRARY}) set(LLKDU_STATIC_LIBRARIES ${LLKDU_STATIC_LIBRARY})
endif (INSTALL_PROPRIETARY AND NOT STANDALONE AND EXISTS ${LIBS_CLOSED_DIR}/llkdu) endif (INSTALL_PROPRIETARY AND NOT STANDALONE)
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