# Install script for directory: /data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgUtil # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) set(CMAKE_INSTALL_PREFIX "/usr") 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 "/usr/gnu/bin/objdump") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "libopenscenegraph" OR NOT CMAKE_INSTALL_COMPONENT) foreach(file "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/amd64/libosgUtil.so.3.6.5" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/amd64/libosgUtil.so.161" ) if(EXISTS "${file}" AND NOT IS_SYMLINK "${file}") file(RPATH_CHECK FILE "${file}" RPATH "") endif() endforeach() file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/amd64" TYPE SHARED_LIBRARY FILES "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64/lib/libosgUtil.so.3.6.5" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64/lib/libosgUtil.so.161" ) foreach(file "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/amd64/libosgUtil.so.3.6.5" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/amd64/libosgUtil.so.161" ) if(EXISTS "${file}" AND NOT IS_SYMLINK "${file}") file(RPATH_CHANGE FILE "${file}" OLD_RPATH "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64/lib:" NEW_RPATH "") if(CMAKE_INSTALL_DO_STRIP) execute_process(COMMAND "/usr/bin/amd64/strip" "${file}") endif() endif() endforeach() endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "libopenscenegraph" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/amd64" TYPE SHARED_LIBRARY FILES "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64/lib/libosgUtil.so") endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "libopenscenegraph-dev" OR NOT CMAKE_INSTALL_COMPONENT) file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/osgUtil" TYPE FILE FILES "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/ConvertVec" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CubeMapGenerator" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/CullVisitor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DelaunayTriangulator" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DisplayRequirementsVisitor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/DrawElementTypeSimplifier" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/EdgeCollector" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Export" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/GLObjectsVisitor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/HalfWayMapGenerator" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/HighlightMapGenerator" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectionVisitor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IntersectVisitor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/IncrementalCompileOperation" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/LineSegmentIntersector" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/MeshOptimizers" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/OperationArrayFunctor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Optimizer" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PerlinNoise" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PlaneIntersector" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PolytopeIntersector" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PositionalStateContainer" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/PrintVisitor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RayIntersector" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/ReflectionMapGenerator" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderBin" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderLeaf" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/RenderStage" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/ReversePrimitiveFunctor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneView" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SceneGraphBuilder" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/ShaderGen" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Simplifier" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/SmoothingVisitor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/StateGraph" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Statistics" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TangentSpaceGenerator" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Tessellator" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TransformAttributeFunctor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TransformCallback" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/TriStripVisitor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/UpdateVisitor" "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/OpenSceneGraph-OpenSceneGraph-3.6.5/include/osgUtil/Version" ) endif() string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") if(CMAKE_INSTALL_LOCAL_ONLY) file(WRITE "/data/jenkins/workspace/oi-encumbered/components/encumbered/openscenegraph/build/amd64/src/osgUtil/install_local_manifest.txt" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif()