File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,6 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
1212 "MinSizeRel" "RelWithDebInfo" )
1313endif ()
1414
15- # --------------------------------------------------------------------------
16- # Prerequisites
17- # --------------------------------------------------------------------------
18-
19- #
20- # ITK
21- #
22- set (${PROJECT_NAME} _ITK_COMPONENTS
23- ITKCommon# For itksys
24- ITKIOXML # For ITKEXPAT
25- ITKExpat # For Expat library
26- )
27- find_package (ITK 4.3 COMPONENTS ${${PROJECT_NAME} _ITK_COMPONENTS} REQUIRED)
28- include (${ITK_USE_FILE} )
29-
3015# --------------------------------------------------------------------------
3116# Option(s)
3217# --------------------------------------------------------------------------
@@ -43,6 +28,22 @@ if(ModuleDescriptionParser_USE_SERIALIZER)
4328 include_directories (${ParameterSerializer_INCLUDE_DIRS} )
4429endif ()
4530
31+ # --------------------------------------------------------------------------
32+ # Prerequisites
33+ # --------------------------------------------------------------------------
34+
35+ #
36+ # ITK
37+ #
38+ set (${PROJECT_NAME} _ITK_COMPONENTS
39+ ITKCommon# For itksys
40+ ITKIOXML # For ITKEXPAT
41+ ITKExpat # For Expat library
42+ )
43+
44+ find_package (ITK 4.3 COMPONENTS ${${PROJECT_NAME} _ITK_COMPONENTS} REQUIRED)
45+ include (${ITK_USE_FILE} )
46+
4647#-----------------------------------------------------------------------------
4748# Testing
4849#-----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments