Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix osx build
git-svn-id: http://svn.osgeo.org/qgis/trunk@12736 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Jan 11, 2010
1 parent 97b3d10 commit ee45d8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/CMakeLists.txt
Expand Up @@ -322,8 +322,7 @@ IF (WIN32)
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
Expand Down

0 comments on commit ee45d8b

Please sign in to comment.