Skip to content
Snippets Groups Projects
Commit 6bd04472 authored by Alain Linden's avatar Alain Linden
Browse files

fix include path for KDU headers

parent 7f5c6f34
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ if (USE_KDU) ...@@ -14,7 +14,7 @@ if (USE_KDU)
else (WINDOWS) else (WINDOWS)
set(KDU_LIBRARY libkdu.a) set(KDU_LIBRARY libkdu.a)
endif (WINDOWS) endif (WINDOWS)
set(KDU_INCLUDE_DIR ${ARCH_PREBUILT_DIRS_RELEASE}/include/kdu) set(KDU_INCLUDE_DIR ${AUTOBUILD_INSTALL_DIR}/include/kdu)
set(LLKDU_INCLUDE_DIRS ${LIBS_OPEN_DIR}/llkdu) set(LLKDU_INCLUDE_DIRS ${LIBS_OPEN_DIR}/llkdu)
set(LLKDU_LIBRARIES llkdu) set(LLKDU_LIBRARIES llkdu)
endif (USE_KDU) endif (USE_KDU)
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