[QGIS Commit] r11692 - trunk/qgis/src/core

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun Sep 20 17:29:06 EDT 2009


Author: jef
Date: 2009-09-20 17:29:04 -0400 (Sun, 20 Sep 2009)
New Revision: 11692

Modified:
   trunk/qgis/src/core/CMakeLists.txt
Log:
apply #1939

Modified: trunk/qgis/src/core/CMakeLists.txt
===================================================================
--- trunk/qgis/src/core/CMakeLists.txt	2009-09-20 16:23:48 UTC (rev 11691)
+++ trunk/qgis/src/core/CMakeLists.txt	2009-09-20 21:29:04 UTC (rev 11692)
@@ -280,7 +280,7 @@
     TARGET_LINK_LIBRARIES(qgis_core ${ICONV_LIBRARY})
   ENDIF (WIN32 OR APPLE)
   IF (UNIX)
-    TARGET_LINK_LIBRARIES(qgis_core pthread dl)
+    TARGET_LINK_LIBRARIES(qgis_core pthread ${CMAKE_DL_LIBS})
   ENDIF (UNIX)
 ELSE (WITH_INTERNAL_SPATIALITE)
   TARGET_LINK_LIBRARIES(qgis_core ${SQLITE3_LIBRARY})



More information about the QGIS-commit mailing list