[Marble-commits] KDE/kdeedu/marble

Dennis Nienhüser earthwings at gentoo.org
Tue Feb 15 19:01:20 CET 2011


SVN commit 1220918 by nienhueser:

Disable tests on windows.

 M  +3 -3      CMakeLists.txt  


--- trunk/KDE/kdeedu/marble/CMakeLists.txt #1220917:1220918
@@ -34,15 +34,15 @@
 ENABLE_TESTING()
 
 
-if( QTONLY )
+if( QTONLY AND NOT WIN32 )
     option( BUILD_MARBLE_TESTS "build marble tests if building QTONLY " ON )
     if( BUILD_MARBLE_TESTS )
         INCLUDE(CTest)
     endif( BUILD_MARBLE_TESTS )
-else( QTONLY )
+else()
     # for KDE builds this gets set in the kdeedu CMakeLists.txt
     set( BUILD_MARBLE_TESTS OFF )
-endif( QTONLY )
+endif()
 
 if( BUILD_MARBLE_TESTS )
 #  SET (TEST_DATA_DIR "${CMAKE_CURRENT_SOURCE_DIR}/src/tests/test_data")


More information about the Marble-commits mailing list