From 8dc155b1119c4a0f5964202f5c1591c32e9797d5 Mon Sep 17 00:00:00 2001 From: Eduardo Davila Date: Mon, 29 Mar 2010 17:11:34 +0000 Subject: [PATCH] *** empty log message *** --- CMakeLists.txt | 8 ++++---- appli/wxContourGUIExample/CMakeLists.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.45.0