We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fbb08c commit dbb5563Copy full SHA for dbb5563
Release/src/CMakeLists.txt
@@ -94,7 +94,7 @@ endif()
94
if(CPPREST_PPLX_IMPL STREQUAL "apple")
95
find_library(COREFOUNDATION CoreFoundation "/")
96
find_library(SECURITY Security "/")
97
- target_link_libraries(cpprest PUBLIC ${COREFOUNDATION} ${SECURITY})
+ target_link_libraries(cpprest PRIVATE ${COREFOUNDATION} ${SECURITY})
98
target_sources(cpprest PRIVATE pplx/pplxapple.cpp pplx/pplx.cpp pplx/threadpool.cpp ../include/pplx/threadpool.h)
99
if(CPPREST_INSTALL_HEADERS)
100
install(FILES ../include/pplx/threadpool.h DESTINATION include/pplx)
0 commit comments