summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorAlain Linden <alain@lindenlab.com>2011-01-19 14:15:24 -0800
committerAlain Linden <alain@lindenlab.com>2011-01-19 14:15:24 -0800
commit6bd044720e41587eb58c07b225ae82862b69dd4f (patch)
treedae78f37742b384e36063f643cec9f5ad6c30628 /indra/cmake
parent7f5c6f34f2ea2819f7df9393ef6ee7d4a308f1dd (diff)
fix include path for KDU headers
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/LLKDU.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLKDU.cmake b/indra/cmake/LLKDU.cmake
index bbbb2df366..13c2b86e2f 100644
--- a/indra/cmake/LLKDU.cmake
+++ b/indra/cmake/LLKDU.cmake
@@ -14,7 +14,7 @@ if (USE_KDU)
else (WINDOWS)
set(KDU_LIBRARY libkdu.a)
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_LIBRARIES llkdu)
endif (USE_KDU)