[Greater-commits] r245 - trunk/GREAT-ER-DB/impl/postgresql

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Jun 22 16:43:14 CEST 2011


Author: bricks
Date: 2011-06-22 16:43:13 +0200 (Wed, 22 Jun 2011)
New Revision: 245

Modified:
   trunk/GREAT-ER-DB/impl/postgresql/CMakeLists.txt
Log:
Fix: set correct target for python binding and set outputname


Modified: trunk/GREAT-ER-DB/impl/postgresql/CMakeLists.txt
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/CMakeLists.txt	2011-06-22 13:34:05 UTC (rev 244)
+++ trunk/GREAT-ER-DB/impl/postgresql/CMakeLists.txt	2011-06-22 14:43:13 UTC (rev 245)
@@ -101,9 +101,10 @@
     DEFINE_SYMBOL DAGREATER_PG_MAKEDLL
 )
 
-set_target_properties(dagreater_pg PROPERTIES
+set_target_properties(_dagreater_pg PROPERTIES
     VERSION ${CMAKE_DAGREATER_PG_VERSION_STRING}
     SOVERSION ${CMAKE_DAGREATER_PG_VERSION_MAJOR}
+    OUTPUT_NAME "dagreater_pg"
     LINK_INTERFACE_LIBRARIES ""
     DEFINE_SYMBOL DAGREATER_PG_MAKEDLL
     SUFFIX .pyd



More information about the Greater-commits mailing list