You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.7 KiB

  1. # Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/loggingserver
  2. # Set the install prefix
  3. IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
  4. SET(CMAKE_INSTALL_PREFIX "/usr/local")
  5. ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
  6. STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
  7. # Set the install configuration name.
  8. IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  9. IF(BUILD_TYPE)
  10. STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
  11. CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
  12. ELSE(BUILD_TYPE)
  13. SET(CMAKE_INSTALL_CONFIG_NAME "")
  14. ENDIF(BUILD_TYPE)
  15. MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
  16. ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
  17. # Set the component getting installed.
  18. IF(NOT CMAKE_INSTALL_COMPONENT)
  19. IF(COMPONENT)
  20. MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
  21. SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
  22. ELSE(COMPONENT)
  23. SET(CMAKE_INSTALL_COMPONENT)
  24. ENDIF(COMPONENT)
  25. ENDIF(NOT CMAKE_INSTALL_COMPONENT)
  26. IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
  27. FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/loggingserver/loggingserver")
  28. IF(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/loggingserver" AND
  29. NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/loggingserver")
  30. IF(CMAKE_INSTALL_DO_STRIP)
  31. EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/loggingserver")
  32. ENDIF(CMAKE_INSTALL_DO_STRIP)
  33. ENDIF()
  34. ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")