# Install script for directory: /Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/Volumes/Data/workspace/med-macos-weekly/build/../sdk/dependencies/TTK") endif() string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") # Set the install configuration name. if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) if(BUILD_TYPE) string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") else() set(CMAKE_INSTALL_CONFIG_NAME "Release") endif() message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") endif() # Set the component getting installed. if(NOT CMAKE_INSTALL_COMPONENT) if(COMPONENT) message(STATUS "Install component: \"${COMPONENT}\"") set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") else() set(CMAKE_INSTALL_COMPONENT) endif() endif() # Is this installation the result of a crosscompile? if(NOT DEFINED CMAKE_CROSSCOMPILING) set(CMAKE_CROSSCOMPILING "FALSE") endif() # Set path to fallback-tool for dependency-resolution. if(NOT DEFINED CMAKE_OBJDUMP) set(CMAKE_OBJDUMP "/Library/Developer/CommandLineTools/usr/bin/objdump") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/Common" TYPE FILE FILES "/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/TTK/Common/ITKTensorExport.h") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/TTK/lib/libITKTensor.dylib") if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libITKTensor.dylib" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libITKTensor.dylib") execute_process(COMMAND "/usr/bin/install_name_tool" -id "libITKTensor.dylib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libITKTensor.dylib") if(CMAKE_INSTALL_DO_STRIP) execute_process(COMMAND "/Library/Developer/CommandLineTools/usr/bin/strip" -x "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libITKTensor.dylib") endif() endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/Common" TYPE FILE FILES "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkAffineTensorTransform.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkDenseFiniteDifferenceImageFilter2.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkExpTensorImageFilter.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkFiber.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkGradientFileReader.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkGradientFileWriter.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkIdentityTensorTransform.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkLogTensorImageFilter.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkMatrixOffsetTensorTransformBase.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkNumericTraitsTensorPixel2.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkSheet.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkTensor.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkTensorImageIO.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkTensorTransform.h" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkAffineTensorTransform.txx" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkDenseFiniteDifferenceImageFilter2.txx" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkExpTensorImageFilter.txx" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkFiber.txx" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkLogTensorImageFilter.txx" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkMatrixOffsetTensorTransformBase.txx" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkSheet.txx" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkTensor.txx" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkTensorImageIO.txx" "/Volumes/Data/workspace/med-macos-weekly/ExtProjs/TTK/Common/itkTensorTransform.txx" ) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/ITKTensor/ITKTensorTargets.cmake") file(DIFFERENT _cmake_export_file_changed FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/ITKTensor/ITKTensorTargets.cmake" "/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/TTK/Common/CMakeFiles/Export/e28038d3d2b57aae025e94517caad434/ITKTensorTargets.cmake") if(_cmake_export_file_changed) file(GLOB _cmake_old_config_files "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/ITKTensor/ITKTensorTargets-*.cmake") if(_cmake_old_config_files) string(REPLACE ";" ", " _cmake_old_config_files_text "${_cmake_old_config_files}") message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/ITKTensor/ITKTensorTargets.cmake\" will be replaced. Removing files [${_cmake_old_config_files_text}].") unset(_cmake_old_config_files_text) file(REMOVE ${_cmake_old_config_files}) endif() unset(_cmake_old_config_files) endif() unset(_cmake_export_file_changed) endif() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/ITKTensor" TYPE FILE FILES "/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/TTK/Common/CMakeFiles/Export/e28038d3d2b57aae025e94517caad434/ITKTensorTargets.cmake") if(CMAKE_INSTALL_CONFIG_NAME MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$") file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/ITKTensor" TYPE FILE FILES "/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/TTK/Common/CMakeFiles/Export/e28038d3d2b57aae025e94517caad434/ITKTensorTargets-release.cmake") endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/ITKTensor" TYPE FILE FILES "/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/TTK/lib/cmake/ITKTensor/ITKTensorConfig.cmake" "/Volumes/Data/workspace/med-macos-weekly/build/ExtProjs/TTK/lib/cmake/ITKTensor/ITKTensorConfigVersion.cmake" ) endif()