168 lines
8.4 KiB
CMake
168 lines
8.4 KiB
CMake
# Install script for directory: /home/firmament/codes/24navigation/src/octomap/octovis
|
|
|
|
# Set the install prefix
|
|
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
|
|
set(CMAKE_INSTALL_PREFIX "/home/firmament/codes/24navigation/install/octomap-distribution")
|
|
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()
|
|
|
|
# Install shared libraries without execute permission?
|
|
if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
|
set(CMAKE_INSTALL_SO_NO_EXE "1")
|
|
endif()
|
|
|
|
# Is this installation the result of a crosscompile?
|
|
if(NOT DEFINED CMAKE_CROSSCOMPILING)
|
|
set(CMAKE_CROSSCOMPILING "FALSE")
|
|
endif()
|
|
|
|
# Set default install directory permissions.
|
|
if(NOT DEFINED CMAKE_OBJDUMP)
|
|
set(CMAKE_OBJDUMP "/usr/bin/objdump")
|
|
endif()
|
|
|
|
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/octovis" AND
|
|
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/octovis")
|
|
file(RPATH_CHECK
|
|
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/octovis"
|
|
RPATH "/home/firmament/codes/24navigation/install/octomap-distribution/lib")
|
|
endif()
|
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/firmament/codes/24navigation/src/octomap/bin/octovis")
|
|
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/octovis" AND
|
|
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/octovis")
|
|
file(RPATH_CHANGE
|
|
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/octovis"
|
|
OLD_RPATH "/home/firmament/codes/24navigation/src/octomap/lib:/home/firmament/codes/24navigation/src/octomap/octovis/src/extern/QGLViewer:"
|
|
NEW_RPATH "/home/firmament/codes/24navigation/install/octomap-distribution/lib")
|
|
if(CMAKE_INSTALL_DO_STRIP)
|
|
execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/octovis")
|
|
endif()
|
|
endif()
|
|
endif()
|
|
|
|
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/firmament/codes/24navigation/src/octomap/lib/liboctovis.a")
|
|
endif()
|
|
|
|
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
foreach(file
|
|
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so.1.9.8"
|
|
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so.1.9"
|
|
)
|
|
if(EXISTS "${file}" AND
|
|
NOT IS_SYMLINK "${file}")
|
|
file(RPATH_CHECK
|
|
FILE "${file}"
|
|
RPATH "/home/firmament/codes/24navigation/install/octomap-distribution/lib")
|
|
endif()
|
|
endforeach()
|
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES
|
|
"/home/firmament/codes/24navigation/src/octomap/lib/liboctovis.so.1.9.8"
|
|
"/home/firmament/codes/24navigation/src/octomap/lib/liboctovis.so.1.9"
|
|
)
|
|
foreach(file
|
|
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so.1.9.8"
|
|
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so.1.9"
|
|
)
|
|
if(EXISTS "${file}" AND
|
|
NOT IS_SYMLINK "${file}")
|
|
file(RPATH_CHANGE
|
|
FILE "${file}"
|
|
OLD_RPATH "/home/firmament/codes/24navigation/src/octomap/lib:/home/firmament/codes/24navigation/src/octomap/octovis/src/extern/QGLViewer:"
|
|
NEW_RPATH "/home/firmament/codes/24navigation/install/octomap-distribution/lib")
|
|
if(CMAKE_INSTALL_DO_STRIP)
|
|
execute_process(COMMAND "/usr/bin/strip" "${file}")
|
|
endif()
|
|
endif()
|
|
endforeach()
|
|
endif()
|
|
|
|
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so" AND
|
|
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so")
|
|
file(RPATH_CHECK
|
|
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so"
|
|
RPATH "/home/firmament/codes/24navigation/install/octomap-distribution/lib")
|
|
endif()
|
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY FILES "/home/firmament/codes/24navigation/src/octomap/lib/liboctovis.so")
|
|
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so" AND
|
|
NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so")
|
|
file(RPATH_CHANGE
|
|
FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so"
|
|
OLD_RPATH "/home/firmament/codes/24navigation/src/octomap/lib:/home/firmament/codes/24navigation/src/octomap/octovis/src/extern/QGLViewer:"
|
|
NEW_RPATH "/home/firmament/codes/24navigation/install/octomap-distribution/lib")
|
|
if(CMAKE_INSTALL_DO_STRIP)
|
|
execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/liboctovis.so")
|
|
endif()
|
|
endif()
|
|
endif()
|
|
|
|
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/octovis/octovis-targets.cmake")
|
|
file(DIFFERENT EXPORT_FILE_CHANGED FILES
|
|
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/octovis/octovis-targets.cmake"
|
|
"/home/firmament/codes/24navigation/build/octomap-distribution/octovis/CMakeFiles/Export/share/octovis/octovis-targets.cmake")
|
|
if(EXPORT_FILE_CHANGED)
|
|
file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/octovis/octovis-targets-*.cmake")
|
|
if(OLD_CONFIG_FILES)
|
|
message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/share/octovis/octovis-targets.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].")
|
|
file(REMOVE ${OLD_CONFIG_FILES})
|
|
endif()
|
|
endif()
|
|
endif()
|
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/octovis" TYPE FILE FILES "/home/firmament/codes/24navigation/build/octomap-distribution/octovis/CMakeFiles/Export/share/octovis/octovis-targets.cmake")
|
|
if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^([Rr][Ee][Ll][Ee][Aa][Ss][Ee])$")
|
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/octovis" TYPE FILE FILES "/home/firmament/codes/24navigation/build/octomap-distribution/octovis/CMakeFiles/Export/share/octovis/octovis-targets-release.cmake")
|
|
endif()
|
|
endif()
|
|
|
|
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/octovis" TYPE FILE FILES
|
|
"/home/firmament/codes/24navigation/src/octomap/octovis/include/octovis/ColorOcTreeDrawer.h"
|
|
"/home/firmament/codes/24navigation/src/octomap/octovis/include/octovis/OcTreeDrawer.h"
|
|
"/home/firmament/codes/24navigation/src/octomap/octovis/include/octovis/OcTreeRecord.h"
|
|
"/home/firmament/codes/24navigation/src/octomap/octovis/include/octovis/PointcloudDrawer.h"
|
|
"/home/firmament/codes/24navigation/src/octomap/octovis/include/octovis/SceneObject.h"
|
|
"/home/firmament/codes/24navigation/src/octomap/octovis/include/octovis/SelectionBox.h"
|
|
"/home/firmament/codes/24navigation/src/octomap/octovis/include/octovis/TrajectoryDrawer.h"
|
|
)
|
|
endif()
|
|
|
|
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/octovis" TYPE FILE FILES
|
|
"/home/firmament/codes/24navigation/build/octomap-distribution/octovis/InstallFiles/octovis-config.cmake"
|
|
"/home/firmament/codes/24navigation/build/octomap-distribution/octovis/InstallFiles/octovis-config-version.cmake"
|
|
)
|
|
endif()
|
|
|
|
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/octovis" TYPE FILE FILES "/home/firmament/codes/24navigation/src/octomap/octovis/package.xml")
|
|
endif()
|
|
|
|
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
|
|
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/packages" TYPE FILE FILES "/home/firmament/codes/24navigation/build/octomap-distribution/octovis/share/ament_index/resource_index/packages/octovis")
|
|
endif()
|
|
|