[geos-commits] r2912 - trunk/capi

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Feb 12 12:35:43 EST 2010


Author: mloskot
Date: 2010-02-12 12:35:41 -0500 (Fri, 12 Feb 2010)
New Revision: 2912

Modified:
   trunk/capi/CMakeLists.txt
Log:
Fixed but in CMake configuration which installed geos_c.h in incorrect location (#330)

Modified: trunk/capi/CMakeLists.txt
===================================================================
--- trunk/capi/CMakeLists.txt	2010-02-11 18:15:37 UTC (rev 2911)
+++ trunk/capi/CMakeLists.txt	2010-02-12 17:35:41 UTC (rev 2912)
@@ -28,7 +28,7 @@
 set_target_properties(geos_c PROPERTIES VERSION ${CAPI_VERSION})
 
 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/geos_c.h
-  DESTINATION include/geos)
+  DESTINATION include)
 
 install(TARGETS geos_c
   RUNTIME DESTINATION bin



More information about the geos-commits mailing list