diff Resources/CMake/GoogleLogConfiguration.cmake @ 1487:23083810d543

removal of unneeded static libraries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:45:58 +0200
parents 728c22ade2e2
children fbf763bb1fa3
line wrap: on
line diff
--- a/Resources/CMake/GoogleLogConfiguration.cmake	Tue Aug 04 10:01:31 2015 +0200
+++ b/Resources/CMake/GoogleLogConfiguration.cmake	Tue Aug 04 10:45:58 2015 +0200
@@ -155,9 +155,6 @@
     endif()
   endif()
 
-  add_library(GoogleLog STATIC ${GOOGLE_LOG_SOURCES})
-  set(STATIC_GOOGLE_LOG GoogleLog)
-
 else()
   CHECK_INCLUDE_FILE_CXX(glog/logging.h HAVE_GOOGLE_LOG_H)
   if (NOT HAVE_GOOGLE_LOG_H)
@@ -175,4 +172,4 @@
   add_definitions(-DHAVE_SECURE_STRING_EXTENSIONS=0)
 endif()
 
-add_definitions(-DHAVE_GOOGLE_LOG=1)
+add_definitions(-DORTHANC_ENABLE_GOOGLE_LOG=1)