[geos-commits] r4218 - trunk

Mateusz Loskot mateusz at loskot.net
Thu Jun 9 09:25:04 PDT 2016


Author: mloskot
Date: 2016-06-09 09:25:03 -0700 (Thu, 09 Jun 2016)
New Revision: 4218

Modified:
   trunk/CMakeLists.txt
Log:
Fix CMake syntax.

Modified: trunk/CMakeLists.txt
===================================================================
--- trunk/CMakeLists.txt	2016-06-09 15:34:14 UTC (rev 4217)
+++ trunk/CMakeLists.txt	2016-06-09 16:25:03 UTC (rev 4218)
@@ -267,7 +267,7 @@
 
   # CI builds (Travis CI, AppVeyor, etc.) perform git clone, not svn checkout.
   # So, CI environment needs a dummy revision to generate the required header. 
-  if (DEFINED ENV{CI}
+  if (DEFINED ENV{CI})
      set(Project_WC_REVISION 999999)
   endif()
 



More information about the geos-commits mailing list