diff Resources/CMake/GoogleLogConfiguration.cmake @ 873:fc34356283e1

integration jpeg -> mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 11 Jun 2014 09:18:07 +0200
parents f4f5ab513157
children 816dccaeb7cf
line wrap: on
line diff
--- a/Resources/CMake/GoogleLogConfiguration.cmake	Tue Jun 10 17:55:38 2014 +0200
+++ b/Resources/CMake/GoogleLogConfiguration.cmake	Wed Jun 11 09:18:07 2014 +0200
@@ -130,13 +130,10 @@
       # This is a patch for MinGW64
       add_definitions(-D_TIME_H__S=1)
     endif()
-
   endif()
- 
-
 
   add_library(GoogleLog STATIC ${GOOGLE_LOG_SOURCES})
-  link_libraries(GoogleLog)
+  set(STATIC_GOOGLE_LOG GoogleLog)
 
 else()
   CHECK_INCLUDE_FILE_CXX(glog/logging.h HAVE_GOOGLE_LOG_H)