Added search in /usr/local/dicom for dcmtk.
This commit is contained in:
@@ -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 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user