Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #6655 from lioncash/common-libs
Common/CMakeLists: Link curl and VTune libraries in privately
  • Loading branch information
leoetlino committed Apr 16, 2018
2 parents e8744f7 + 236aed9 commit d13fc1d
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 d13fc1d

Please sign in to comment.