Skip to content

Commit

Permalink
BUG: ITKIONIFTI DEPENDS on ITKNIFTI
Browse files Browse the repository at this point in the history
itkNiftiImageIO.h has

  #include <nifti1_io.h>

so other code that include's this header also need the ITKNIFTI
INCLUDE_DIRECTORIES to be available.

Change-Id: Ic3a32f049601acf4b3208abce8970bae8a56899d
  • Loading branch information
thewtex committed May 30, 2017
1 parent 56117ff commit 67e308f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/IO/NIFTI/itk-module.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ set(DOCUMENTATION "This modules contains an ImageIO class to read or write the

itk_module(ITKIONIFTI
ENABLE_SHARED
DEPENDS
ITKNIFTI
PRIVATE_DEPENDS
ITKIOImageBase
ITKNIFTI
ITKTransform
TEST_DEPENDS
ITKTestKernel
Expand Down

0 comments on commit 67e308f

Please sign in to comment.