Skip to content

Commit

Permalink
Common/CMakeLists: Link curl and VTune libraries in privately
Browse files Browse the repository at this point in the history
These are only used internally.
  • Loading branch information
lioncash committed Apr 16, 2018
1 parent 6224b9b commit 236aed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Core/Common/CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 236aed9

Please sign in to comment.