From: Eduardo Davila Date: Mon, 29 Mar 2010 17:11:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CREATOOLS.2-0-3~19 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=creaContours.git;a=commitdiff_plain;h=8dc155b1119c4a0f5964202f5c1591c32e9797d5 *** empty log message *** --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2b1513f..997c9bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,10 +44,10 @@ ENDIF(creaMaracasVisu_FOUND) # INCLUDE(${creaImageIO_USE_FILE}) #ENDIF(creaImageIO_FOUND) -FIND_PACKAGE(creaImageIO2 REQUIRED) -IF (creaImageIO2_FOUND) - INCLUDE(${creaImageIO2_USE_FILE}) -ENDIF(creaImageIO2_FOUND) +FIND_PACKAGE(creaImageIO REQUIRED) +IF (creaImageIO_FOUND) + INCLUDE(${creaImageIO_USE_FILE}) +ENDIF(creaImageIO_FOUND) SET(USE_GDCM OFF) diff --git a/appli/wxContourGUIExample/CMakeLists.txt b/appli/wxContourGUIExample/CMakeLists.txt index 9c488fb..5ed3d23 100644 --- a/appli/wxContourGUIExample/CMakeLists.txt +++ b/appli/wxContourGUIExample/CMakeLists.txt @@ -17,7 +17,7 @@ TARGET_LINK_LIBRARIES( wxContourGUIExample ${ITK_LIBRARIES} ${creaEnvironment_LIBRARIES} ${creaMaracasVisu_LIBRARIES} - ${creaImageIO2_LIBRARIES} + ${creaImageIO_LIBRARIES} Interface_Icons_NDimensions_lib Interface_ManagerContour_NDimensions_lib kernel_ManagerContour_NDimensions_lib