Merge pull request #6655 from lioncash/common-libs

Common/CMakeLists: Link curl and VTune libraries in privately
This commit is contained in:
Léo Lam 2018-04-16 20:35:31 +02:00 committed by GitHub
commit d13fc1d2e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -46,13 +46,13 @@ add_library(common
target_link_libraries(common
PUBLIC
${CMAKE_THREAD_LIBS_INIT}
${CURL_LIBRARIES}
enet
${MBEDTLS_LIBRARIES}
${VTUNE_LIBRARIES}
PRIVATE
${CURL_LIBRARIES}
${ICONV_LIBRARIES}
${VTUNE_LIBRARIES}
)
if (APPLE)