All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
cmake_install.cmake
00001 # Install script for directory: /builddir/build/BUILD/ompl-0.9.5-Source/src/ompl
00002 
00003 # Set the install prefix
00004 IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
00005   SET(CMAKE_INSTALL_PREFIX "/usr")
00006 ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
00007 STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
00008 
00009 # Set the install configuration name.
00010 IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
00011   IF(BUILD_TYPE)
00012     STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
00013            CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
00014   ELSE(BUILD_TYPE)
00015     SET(CMAKE_INSTALL_CONFIG_NAME "")
00016   ENDIF(BUILD_TYPE)
00017   MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
00018 ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
00019 
00020 # Set the component getting installed.
00021 IF(NOT CMAKE_INSTALL_COMPONENT)
00022   IF(COMPONENT)
00023     MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
00024     SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
00025   ELSE(COMPONENT)
00026     SET(CMAKE_INSTALL_COMPONENT)
00027   ENDIF(COMPONENT)
00028 ENDIF(NOT CMAKE_INSTALL_COMPONENT)
00029 
00030 # Install shared libraries without execute permission?
00031 IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
00032   SET(CMAKE_INSTALL_SO_NO_EXE "0")
00033 ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
00034 
00035 IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
00036   FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
00037     "/builddir/build/BUILD/ompl-0.9.5-Source/lib/libompl.so.0.9.5"
00038     "/builddir/build/BUILD/ompl-0.9.5-Source/lib/libompl.so.1"
00039     "/builddir/build/BUILD/ompl-0.9.5-Source/lib/libompl.so"
00040     )
00041   FOREACH(file
00042       "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libompl.so.0.9.5"
00043       "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libompl.so.1"
00044       "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libompl.so"
00045       )
00046     IF(EXISTS "${file}" AND
00047        NOT IS_SYMLINK "${file}")
00048       IF(CMAKE_INSTALL_DO_STRIP)
00049         EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "${file}")
00050       ENDIF(CMAKE_INSTALL_DO_STRIP)
00051     ENDIF()
00052   ENDFOREACH()
00053 ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
00054 
00055 IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
00056   # Include the install script for each subdirectory.
00057   INCLUDE("/builddir/build/BUILD/ompl-0.9.5-Source/src/ompl/contrib/sample_contrib/cmake_install.cmake")
00058   INCLUDE("/builddir/build/BUILD/ompl-0.9.5-Source/src/ompl/contrib/rrt_star/cmake_install.cmake")
00059 
00060 ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
00061