Added search in /usr/local/dicom for dcmtk.

This commit is contained in:
Robert Osfield
2009-06-26 16:39:44 +00:00
parent 85456b1ac1
commit 063bc6e513
2 changed files with 11 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
IF(DCMTK_FOUND)
# note, we have to include a '/' in front of the directory string to prevent a CMake bug from ignoring the directory
INCLUDE_DIRECTORIES(/${DCMTK_ROOT_INCLUDE_DIR})
INCLUDE_DIRECTORIES(${DCMTK_ROOT_INCLUDE_DIR})
SET(TARGET_SRC ReaderWriterDICOM.cpp )