[ITK-users] Integrate SCIFIO into ITK
maximilian
maximilian_oliver.mordig at roche.com
Fri Sep 12 07:10:51 EDT 2014
Dear All,
I have problems including the image IO that comes with SCIFIO.
I rebuilt ITK with the MODULE_SCIFIO flag activated. Then, I created a new
project with the same content as "itkSCIFIOImageIOTest.cxx" that comes with
the SCIFIO plugin.
ITK can't find the itkSCIFIOImageIO.h header.
The error is: fatal error C1083: Cannot open include file:
'itkSCIFIOImageIO.h': No such file or directory
What do I have to add in my CMake file? My current CMakeLists.txt is:
cmake_minimum_required(VERSION 2.8)
project( ReadFlex )
find_package(ITK REQUIRED)
include(${ITK_USE_FILE})
add_executable(ReadFlex ReadFlex.cxx)
target_link_libraries(
ReadFlex ${ITK_LIBRARIES}
)
Thanks in advance
--
View this message in context: http://itk-insight-users.2283740.n2.nabble.com/Integrate-SCIFIO-into-ITK-tp7586194.html
Sent from the ITK Insight Users mailing list archive at Nabble.com.
More information about the Insight-users
mailing list