Skip to content

Commit

Permalink
BUG: Update libtiff's ITK module include paths
Browse files Browse the repository at this point in the history
DCMTK external project's configuration support forwarding ITK modules
properties, not cmake target properties. Update libtiff's ITK module
include properties to include the directory of the configuration
files. Remove unneeded includes.
  • Loading branch information
blowekamp committed Nov 21, 2024
1 parent adb5eef commit 36c668f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
3 changes: 1 addition & 2 deletions Modules/ThirdParty/TIFF/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ if(ITK_USE_SYSTEM_TIFF)
else()
set(ITKTIFF_INCLUDE_DIRS
${ITKTIFF_BINARY_DIR}/src
${ITKTIFF_BINARY_DIR}/src/itktiff
${ITKTIFF_BINARY_DIR}/src/itktiff/libtiff
${ITKTIFF_SOURCE_DIR}/src
${ITKTIFF_SOURCE_DIR}/src/itktiff
)
set(ITKTIFF_LIBRARIES itktiff)
set(ITK_LIBRARY_PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS FALSE)
Expand Down
2 changes: 1 addition & 1 deletion Modules/ThirdParty/TIFF/src/itk_tiff.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#ifdef ITK_USE_SYSTEM_TIFF
# include <tiffio.h>
#else
# include "itktiff/tiffio.h"
# include "itktiff/libtiff/tiffio.h"
#endif

#endif
3 changes: 0 additions & 3 deletions Modules/ThirdParty/TIFF/src/itktiff/itk_tiff_mangle.h

This file was deleted.

3 changes: 0 additions & 3 deletions Modules/ThirdParty/TIFF/src/itktiff/tiffio.h

This file was deleted.

0 comments on commit 36c668f

Please sign in to comment.