We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f800427 commit 2112636Copy full SHA for 2112636
bin/elasticurl/CMakeLists.txt
@@ -15,7 +15,7 @@ target_include_directories(${ELASTICURL_PROJECT_NAME} PUBLIC
15
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
16
$<INSTALL_INTERFACE:include>)
17
18
-target_link_libraries(${ELASTICURL_PROJECT_NAME} aws-c-http)
+target_link_libraries(${ELASTICURL_PROJECT_NAME} PRIVATE aws-c-http)
19
20
if (BUILD_SHARED_LIBS AND NOT WIN32)
21
message(INFO " elasticurl will be built with shared libs, but you may need to set LD_LIBRARY_PATH=${CMAKE_INSTALL_PREFIX}/lib to run the application")
0 commit comments