[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs
From:       Andre Heinecke <aheinecke () intevation ! de>
Date:       2010-11-11 9:07:52
Message-ID: 20101111090752.0EC8CAC89E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1195468 by aheinecke:

Disable boost autolinking for all MSVC builds instead of just WINCE


 M  +4 -1      CMakeLists.txt  


--- trunk/KDE/kdepimlibs/CMakeLists.txt #1195467:1195468
@@ -131,9 +131,12 @@
 if(WINCE)
   set(STATIC_LIBRARY ON)
   add_definitions(-DKDELIBS_STATIC_LIBS)
-  add_definitions(-DBOOST_ALL_NO_LIB)
 endif(WINCE)
 
+if(MSVC)
+  add_definitions(-DBOOST_ALL_NO_LIB)
+endif(MSVC)
+
 if(STATIC_LIBRARY)
   set(LIBRARY_TYPE STATIC)
   add_definitions(-DKDEPIM_STATIC_LIBS)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic