# Install script for directory: /Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/Volumes/Data/workspace/med-macos-free/ExtProjs") 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 "RuntimeLibraries" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkIOGeometry-8.1.1.dylib") if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvtkIOGeometry-8.1.1.dylib" AND NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvtkIOGeometry-8.1.1.dylib") execute_process(COMMAND "/usr/bin/install_name_tool" -id "libvtkIOGeometry-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonCore-8.1.1.dylib" "libvtkCommonCore-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonDataModel-8.1.1.dylib" "libvtkCommonDataModel-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonExecutionModel-8.1.1.dylib" "libvtkCommonExecutionModel-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonMath-8.1.1.dylib" "libvtkCommonMath-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonMisc-8.1.1.dylib" "libvtkCommonMisc-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonSystem-8.1.1.dylib" "libvtkCommonSystem-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkCommonTransforms-8.1.1.dylib" "libvtkCommonTransforms-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkIOCore-8.1.1.dylib" "libvtkIOCore-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkIOLegacy-8.1.1.dylib" "libvtkIOLegacy-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtksys-8.1.1.dylib" "libvtksys-8.1.1.dylib" -change "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkzlib-8.1.1.dylib" "libvtkzlib-8.1.1.dylib" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvtkIOGeometry-8.1.1.dylib") if(CMAKE_INSTALL_DO_STRIP) execute_process(COMMAND "/Library/Developer/CommandLineTools/usr/bin/strip" -x "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libvtkIOGeometry-8.1.1.dylib") endif() endif() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "RuntimeLibraries" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/libvtkIOGeometry-8.1.dylib") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Development" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/vtk-8.1/Modules" TYPE FILE FILES "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/IO/Geometry/CMakeFiles/vtkIOGeometry.cmake") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Development" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/vtk-8.1/Modules" TYPE FILE FILES "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/lib/cmake/vtk-8.1/Modules/vtkIOGeometryHierarchy.txt") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Development" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/vtk-8.1" TYPE FILE FILES "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkAVSucdReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkBYUReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkBYUWriter.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkChacoReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkFacetWriter.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkFLUENTReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkGAMBITReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkGaussianCubeReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkHoudiniPolyDataWriter.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkIVWriter.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkMCubesReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkMCubesWriter.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkMFIXReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkMoleculeReaderBase.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkOBJReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkOpenFOAMReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkParticleReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkPDBReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkProStarReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkPTSReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkSTLReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkSTLWriter.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkTecplotReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkWindBladeReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkXYZMolReader.h" "/Volumes/Data/workspace/med-macos-free/ExtProjs/VTK/IO/Geometry/vtkUGFacetReader.h" "/Volumes/Data/workspace/med-macos-free/build/ExtProjs/VTK/IO/Geometry/vtkIOGeometryModule.h" ) endif()