diff Core/Logging.cpp @ 1487:23083810d543

removal of unneeded static libraries
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 04 Aug 2015 10:45:58 +0200
parents 27661b33f624
children c8763b603b0e
line wrap: on
line diff
--- a/Core/Logging.cpp	Tue Aug 04 10:01:31 2015 +0200
+++ b/Core/Logging.cpp	Tue Aug 04 10:45:58 2015 +0200
@@ -38,6 +38,7 @@
 {  
   namespace Logging
   {
+#if ORTHANC_ENABLE_GOOGLE_LOG == 1
     void Initialize()
     {
       // Initialize Google's logging library.
@@ -70,5 +71,6 @@
         FLAGS_v = 0;
       }
     }
+#endif
   }
 }