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.

47 lines
2.0 KiB

  1. # Install script for directory: /Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0
  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_LOCAL_ONLY)
  27. # Include the install script for each subdirectory.
  28. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/src/cmake_install.cmake")
  29. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/loggingserver/cmake_install.cmake")
  30. INCLUDE("/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/tests/cmake_install.cmake")
  31. ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
  32. IF(CMAKE_INSTALL_COMPONENT)
  33. SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
  34. ELSE(CMAKE_INSTALL_COMPONENT)
  35. SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
  36. ENDIF(CMAKE_INSTALL_COMPONENT)
  37. FILE(WRITE "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/${CMAKE_INSTALL_MANIFEST}" "")
  38. FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
  39. FILE(APPEND "/Users/chris/Documents/workspace/mrmc/MRMC/resources/3rdparty/log4cplus-1.1.0/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
  40. ENDFOREACH(file)