Skip to content
Snippets Groups Projects
Commit 08548d9c authored by Adrien Béraud's avatar Adrien Béraud
Browse files

cmake: don't link APPLE with SYSTEM

Change-Id: I2e790f2f4c6240cd81258258c0df72ae278d372f
parent 9e0f84f2
Branches
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ list (APPEND dhtnet_HEADERS
add_library(dhtnet ${dhtnet_SOURCES})
target_link_libraries(dhtnet PUBLIC PkgConfig::opendht PkgConfig::pjproject fmt::fmt ${MSGPACK_LIB})
if (APPLE)
target_link_libraries(dhtnet PRIVATE SYSTEM "-framework CoreFoundation" "-framework Security" "resolv")
target_link_libraries(dhtnet PRIVATE "-framework CoreFoundation" "-framework Security" "resolv")
endif()
target_include_directories(dhtnet PUBLIC
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment