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

List:       kde-commits
Subject:    KDE/kdeedu/marble
From:       Dennis Nienhüser <earthwings () gentoo ! org>
Date:       2011-02-15 18:01:20
Message-ID: 20110215180120.397CAAC8BC () svn ! kde ! org
[Download RAW message or body]

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")
[prev in list] [next in list] [prev in thread] [next in thread] 

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