From 1dbf7abc93e6462929696f93a9710faca54e84ab Mon Sep 17 00:00:00 2001 From: malaterre Date: Thu, 9 Oct 2003 18:05:23 +0000 Subject: [PATCH] * FIX: force jpeg dir to the local one (gdcm/src/jpeg) --- src/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 0ae9be8e..4651a2e2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,6 +3,9 @@ SUBDIRS(jpeg) #CXXFLAGS = @CXXFLAGS@ -DPUB_DICT_PATH=\"$(datadir)/gdcm/\" \ # -D__STDC_LIMIT_MACROS # Refer to stdint.h +INCLUDE_DIRECTORIES( + ${GDCM_SOURCE_DIR}/jpeg/ +) SET(libgdcm_la_SOURCES gdcmException.cxx -- 2.48.1