We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent e455b15 commit c484b50Copy full SHA for c484b50
src/core/CMakeLists.txt
@@ -1113,7 +1113,9 @@ IF (WIN32)
1113
TARGET_LINK_LIBRARIES(qgis_core wsock32 ${SETUPAPI_LIBRARY} DbgHelp)
1114
ENDIF (WIN32)
1115
1116
-TARGET_LINK_LIBRARIES(qgis_core qgis_native)
+IF (APPLE)
1117
+ TARGET_LINK_LIBRARIES(qgis_core qgis_native)
1118
+ENDIF (APPLE)
1119
1120
IF (NOT WITH_INTERNAL_QEXTSERIALPORT)
1121
TARGET_LINK_LIBRARIES(qgis_core ${QEXTSERIALPORT_LIBRARY})
0 commit comments