comparison Resources/CMake/GoogleLogConfiguration.cmake @ 926:cecce673f22f mac

move
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Feb 2014 10:05:31 +0100
parents ac8f68cbdbb6
children 27d256e0b458
comparison
equal deleted inserted replaced
925:a4362c5263e2 926:cecce673f22f
93 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h 93 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h
94 COPYONLY) 94 COPYONLY)
95 elseif ("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin") 95 elseif ("${CMAKE_SYSTEM_NAME}" STREQUAL "Darwin")
96 # Install the specific configuration for Mac OS 96 # Install the specific configuration for Mac OS
97 configure_file( 97 configure_file(
98 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfigurationDarwin.h 98 ${CMAKE_SOURCE_DIR}/OrthancPro/CMake/GoogleLogConfigurationDarwin.h
99 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h 99 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h
100 COPYONLY) 100 COPYONLY)
101 else() 101 else()
102 configure_file( 102 configure_file(
103 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.h 103 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.h