Skip to content
Permalink
Browse files
apply #1939
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11692 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Sep 20, 2009
1 parent fa9c672 commit 894750f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -280,7 +280,7 @@ IF (WITH_INTERNAL_SPATIALITE)
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})

0 comments on commit 894750f

Please sign in to comment.