comparison Resources/CMake/GoogleLogConfiguration.cmake @ 918:ac8f68cbdbb6 mac

build cont
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Feb 2014 16:09:06 +0100
parents 312d04beb0a2
children cecce673f22f
comparison
equal deleted inserted replaced
917:312d04beb0a2 918:ac8f68cbdbb6
90 # Install the specific configuration for LSB SDK 90 # Install the specific configuration for LSB SDK
91 configure_file( 91 configure_file(
92 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfigurationLSB.h 92 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfigurationLSB.h
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")
96 # Install the specific configuration for Mac OS
97 configure_file(
98 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfigurationDarwin.h
99 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h
100 COPYONLY)
95 else() 101 else()
96 configure_file( 102 configure_file(
97 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.h 103 ${CMAKE_SOURCE_DIR}/Resources/CMake/GoogleLogConfiguration.h
98 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h 104 ${GOOGLE_LOG_SOURCES_DIR}/src/config.h
99 COPYONLY) 105 COPYONLY)