comparison Resources/CMake/GoogleLogConfiguration.cmake @ 1397:704de8c30ff5

modularization
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 01 Jun 2015 11:50:58 +0200
parents d0bb3dd34e2d
children 728c22ade2e2
comparison
equal deleted inserted replaced
1396:ac4efabeb80c 1397:704de8c30ff5
172 if (HAVE_SECURE_STRING_EXTENSIONS) 172 if (HAVE_SECURE_STRING_EXTENSIONS)
173 add_definitions(-DHAVE_SECURE_STRING_EXTENSIONS=1) 173 add_definitions(-DHAVE_SECURE_STRING_EXTENSIONS=1)
174 else() 174 else()
175 add_definitions(-DHAVE_SECURE_STRING_EXTENSIONS=0) 175 add_definitions(-DHAVE_SECURE_STRING_EXTENSIONS=0)
176 endif() 176 endif()
177
178 add_definitions(-DHAVE_GOOGLE_LOG=1)