[geos-commits] r2888 - trunk/src
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Jan 22 21:43:20 EST 2010
Author: mloskot
Date: 2010-01-22 21:43:18 -0500 (Fri, 22 Jan 2010)
New Revision: 2888
Modified:
trunk/src/CMakeLists.txt
Log:
GEOS C++ static library was missing from installation targets (#317)
Modified: trunk/src/CMakeLists.txt
===================================================================
--- trunk/src/CMakeLists.txt 2010-01-23 02:36:31 UTC (rev 2887)
+++ trunk/src/CMakeLists.txt 2010-01-23 02:43:18 UTC (rev 2888)
@@ -24,7 +24,7 @@
# TODO: Enable SOVERSION property
set_target_properties(geos PROPERTIES VERSION ${VERSION})
-install(TARGETS geos
+install(TARGETS geos geos-static
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib
ARCHIVE DESTINATION lib)
More information about the geos-commits
mailing list