diff --git a/Utilities/ITK/CMakeLists.txt b/Utilities/ITK/CMakeLists.txt index 8d94f9bb7cc112a9726f8906063ccaed83689968..5762004587d898cd92a4023e8bfe151bd58e7f86 100644 --- a/Utilities/ITK/CMakeLists.txt +++ b/Utilities/ITK/CMakeLists.txt @@ -373,13 +373,14 @@ EXPORT_LIBRARY_DEPENDENCIES(${ITK_BINARY_DIR}/ITKLibraryDepends.cmake) # Create the ITKConfig.cmake file containing the ITK configuration. INCLUDE (${ITK_SOURCE_DIR}/itkGenerateITKConfig.cmake) -IF(NOT ITK_INSTALL_NO_DEVELOPMENT) - INSTALL(FILES - ${ITK_BINARY_DIR}/ITKBuildSettings.cmake - ${ITK_BINARY_DIR}/ITKLibraryDepends.cmake - ${ITK_BINARY_DIR}/UseITK.cmake - DESTINATION ${ITK_INSTALL_PACKAGE_DIR_CM24} - COMPONENT Development - ) -ENDIF(NOT ITK_INSTALL_NO_DEVELOPMENT) +#THOMAS +#IF(NOT ITK_INSTALL_NO_DEVELOPMENT) +# INSTALL(FILES +# ${ITK_BINARY_DIR}/ITKBuildSettings.cmake +# ${ITK_BINARY_DIR}/ITKLibraryDepends.cmake +# ${ITK_BINARY_DIR}/UseITK.cmake +# DESTINATION ${ITK_INSTALL_PACKAGE_DIR_CM24} +# COMPONENT Development +# ) +#ENDIF(NOT ITK_INSTALL_NO_DEVELOPMENT)