Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Link native to core on OSX only
  • Loading branch information
nyalldawson committed May 15, 2017
1 parent e455b15 commit c484b50
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -1113,7 +1113,9 @@ IF (WIN32)
TARGET_LINK_LIBRARIES(qgis_core wsock32 ${SETUPAPI_LIBRARY} DbgHelp)
ENDIF (WIN32)

TARGET_LINK_LIBRARIES(qgis_core qgis_native)
IF (APPLE)
TARGET_LINK_LIBRARIES(qgis_core qgis_native)
ENDIF (APPLE)

IF (NOT WITH_INTERNAL_QEXTSERIALPORT)
TARGET_LINK_LIBRARIES(qgis_core ${QEXTSERIALPORT_LIBRARY})
Expand Down

0 comments on commit c484b50

Please sign in to comment.