[ITK] [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.
_____________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://www.kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/insight-users



More information about the Community mailing list