[geos-commits] r3385 - trunk/capi
svn_geos at osgeo.org
svn_geos at osgeo.org
Mon May 30 06:49:13 EDT 2011
Author: mloskot
Date: 2011-05-30 03:49:13 -0700 (Mon, 30 May 2011)
New Revision: 3385
Modified:
trunk/capi/CMakeLists.txt
Log:
Applied William\'s patch capi_CMakeLists.txt.patch for OSX framework (Ticket #385)
Modified: trunk/capi/CMakeLists.txt
===================================================================
--- trunk/capi/CMakeLists.txt 2011-05-30 10:45:43 UTC (rev 3384)
+++ trunk/capi/CMakeLists.txt 2011-05-30 10:49:13 UTC (rev 3385)
@@ -35,6 +35,12 @@
CLEAN_DIRECT_OUTPUT 1)
endif()
+if(APPLE)
+ set_target_properties(geos PROPERTIES
+ BUILD_WITH_INSTALL_RPATH TRUE
+ INSTALL_NAME_DIR "${CMAKE_INSTALL_PREFIX}")
+endif()
+
#################################################################################
# Installation
#################################################################################
More information about the geos-commits
mailing list