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

svn_qgis at osgeo.org svn_qgis at osgeo.org
Mon Jan 11 14:23:56 EST 2010


Author: jef
Date: 2010-01-11 14:23:55 -0500 (Mon, 11 Jan 2010)
New Revision: 12736

Modified:
   trunk/qgis/src/core/CMakeLists.txt
Log:
fix osx build

Modified: trunk/qgis/src/core/CMakeLists.txt
===================================================================
--- trunk/qgis/src/core/CMakeLists.txt	2010-01-11 15:31:40 UTC (rev 12735)
+++ trunk/qgis/src/core/CMakeLists.txt	2010-01-11 19:23:55 UTC (rev 12736)
@@ -322,8 +322,7 @@
 ENDIF (WIN32)
 
 IF(APPLE)
-  FIND_LIBRARY(IOKIT_LIBRARY IOKit)
-  TARGET_LINK_LIBRARIES(qgis_core ${IOKIT_LIBRARY})
+  TARGET_LINK_LIBRARIES(qgis_core "-framework CoreFoundation -framework IOKit")
 ENDIF(APPLE)
 
 TARGET_LINK_LIBRARIES(qgis_core



More information about the QGIS-commit mailing list