Skip to content

Commit 714127e

Browse files
committed
Fix CMake syntax.
git-svn-id: http://svn.osgeo.org/geos/trunk@4218 5242fede-7e19-0410-aef8-94bd7d2200fb
1 parent 42425e5 commit 714127e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ if (NOT GEOS_BUILD_PACKAGED)
267267

268268
# CI builds (Travis CI, AppVeyor, etc.) perform git clone, not svn checkout.
269269
# So, CI environment needs a dummy revision to generate the required header.
270-
if (DEFINED ENV{CI}
270+
if (DEFINED ENV{CI})
271271
set(Project_WC_REVISION 999999)
272272
endif()
273273

0 commit comments

Comments
 (0)