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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Jun 21 14:03:46 CEST 2011


Author: bricks
Date: 2011-06-21 14:03:46 +0200 (Tue, 21 Jun 2011)
New Revision: 225

Modified:
   trunk/GREAT-ER-DB/impl/postgresql/CMakeLists.txt
Log:
Link ECPG_LIBRARIES to dagreater lib


Modified: trunk/GREAT-ER-DB/impl/postgresql/CMakeLists.txt
===================================================================
--- trunk/GREAT-ER-DB/impl/postgresql/CMakeLists.txt	2011-06-21 11:51:02 UTC (rev 224)
+++ trunk/GREAT-ER-DB/impl/postgresql/CMakeLists.txt	2011-06-21 12:03:46 UTC (rev 225)
@@ -88,7 +88,7 @@
 )
 
 add_library(dagreater_pg SHARED ${dagreater_pg_SRCS})
-target_link_libraries(dagreater_pg ${POSTGRESQL_LIBRARIES})
+target_link_libraries(dagreater_pg ${POSTGRESQL_LIBRARIES} ${ECPG_LIBRARIES})
 
 set_target_properties(dagreater_pg PROPERTIES
     VERSION ${CMAKE_DAGREATER_PG_VERSION_STRING}



More information about the Greater-commits mailing list