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

List:       kde-commits
Subject:    KDE/kdeedu
From:       Christian Ehrlicher <ch.ehrlicher () gmx ! de>
Date:       2010-11-10 21:07:16
Message-ID: 20101110210716.A6D58AC89E () svn ! kde ! org
[Download RAW message or body]

SVN commit 1195335 by chehrlic:

msvc compile

 M  +3 -0      CMakeLists.txt  
 M  +2 -0      kalgebra/CMakeLists.txt  


--- trunk/KDE/kdeedu/CMakeLists.txt #1195334:1195335
@@ -81,7 +81,10 @@
 macro_optional_add_subdirectory(marble)
 macro_optional_add_subdirectory(kalgebra)
 macro_optional_add_subdirectory(cantor)
+if(NOT MSVC)
+  # boost 1.44 / std::isspace() problem
 macro_optional_add_subdirectory(rocs)
+endif(NOT MSVC)
 
 macro_optional_find_package(Eigen2 2.0.3)
 macro_log_feature(EIGEN2_FOUND "Eigen2" "A generic C++ template library for dense \
and sparse matrices" "http://eigen.tuxfamily.org" FALSE "2.0.3" "Required to build \
                Step and KStars.")
--- trunk/KDE/kdeedu/kalgebra/CMakeLists.txt #1195334:1195335
@@ -21,7 +21,9 @@
 add_subdirectory(icons)
 add_subdirectory(plasmoid)
 add_subdirectory(utils)
+if(NOT MSVC)
 add_subdirectory(mobile)
+endif(NOT MSVC)
 
 add_custom_target(commandsdoc
 	${CMAKE_CURRENT_BINARY_DIR}/utils/docbook_analitzacommands commands.docbook


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

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