[geos-commits] r4094 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Oct 3 13:23:13 PDT 2015


Author: mloskot
Date: 2015-10-03 13:23:13 -0700 (Sat, 03 Oct 2015)
New Revision: 4094

Modified:
   trunk/CMakeLists.txt
Log:
Remove CDash configuration which generates unnecessary targets (Experimental, Nightly, Continuous)

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2015-10-03 13:38:30 UTC (rev 4093)
+++ trunk/CMakeLists.txt	2015-10-03 20:23:13 UTC (rev 4094)
@@ -310,14 +310,9 @@
 #################################################################################
 
 if(GEOS_ENABLE_TESTS)
-
- # Include CTest support
- include(CTest)
- enable_testing()
-
+  enable_testing()
   # Define "make check" as alias for "make test"
   add_custom_target(check COMMAND ctest)
-
 endif()
 
 #################################################################################



More information about the geos-commits mailing list