comparison Resources/CMake/GoogleLogConfiguration.cmake @ 931:29174c7b4631 mac

move
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 24 Jun 2014 16:53:39 +0200
parents 27d256e0b458
children 80d4f1618b33
comparison
equal deleted inserted replaced
930:27d256e0b458 931:29174c7b4631
95 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h 95 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h
96 COPYONLY) 96 COPYONLY)
97 elseif ("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin") 97 elseif ("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
98 # Install the specific configuration for Mac OS 98 # Install the specific configuration for Mac OS
99 configure_file( 99 configure_file(
100 ${CMAKE_SOURCE_DIR}/OrthancPro/CMake/GoogleLogConfigurationDarwin.h 100 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfigurationDarwin.h
101 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h 101 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h
102 COPYONLY) 102 COPYONLY)
103 else() 103 else()
104 configure_file( 104 configure_file(
105 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.h 105 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.h