[Insight-users] Reading and displaying DICOM series
John Drescher
drescherjm at gmail.com
Thu Feb 10 11:13:05 EST 2011
> I believe the error is here:
>
> ADD_EXECUTABLE(DicomSeriesReadImageWrite DicomSeriesReadImageWrite2.cxx)
> TARGET_LINK_LIBRARIES(ITKIO ITKNumerics)
>
> it should read:
>
> ADD_EXECUTABLE(DicomSeriesReadImageWrite DicomSeriesReadImageWrite2.cxx)
> TARGET_LINK_LIBRARIES(DicomSeriesReadImageWrite ITKIO ITKNumerics)
>
Agreed. The line:
TARGET_LINK_LIBRARIES(ITKIO ITKNumerics)
is definitely wrong
John
More information about the Insight-users
mailing list