Skip to content

Commit

Permalink
Merge branch 'main' into fix-report-interval
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 authored Aug 23, 2023
2 parents 4a7a6ef + 2112636 commit c3a7548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/elasticurl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ target_include_directories(${ELASTICURL_PROJECT_NAME} PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
$<INSTALL_INTERFACE:include>)

target_link_libraries(${ELASTICURL_PROJECT_NAME} aws-c-http)
target_link_libraries(${ELASTICURL_PROJECT_NAME} PRIVATE aws-c-http)

if (BUILD_SHARED_LIBS AND NOT WIN32)
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")
Expand Down

0 comments on commit c3a7548

Please sign in to comment.