Skip to content

Commit

Permalink
Merge pull request #4974 from blowekamp/tiff_dcmtk_config
Browse files Browse the repository at this point in the history
BUG: Update libtiff's ITK module include paths
  • Loading branch information
blowekamp authored Nov 22, 2024
2 parents 90a18eb + 36c668f commit 27f1b1f
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 27f1b1f

Please sign in to comment.