We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7fbb08c + dbb5563 commit cfc6efeCopy full SHA for cfc6efe
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