From 236aed9fd166108f7557a487eee13ec022cb4d1a Mon Sep 17 00:00:00 2001 From: Lioncash Date: Mon, 16 Apr 2018 12:37:40 -0400 Subject: [PATCH] Common/CMakeLists: Link curl and VTune libraries in privately These are only used internally. --- Source/Core/Common/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt index 6ef614a325..1cbdb08c22 100644 --- a/Source/Core/Common/CMakeLists.txt +++ b/Source/Core/Common/CMakeLists.txt @@ -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)