Skip to content

Commit

Permalink
Merge pull request #142 from fferflo/patch-1
Browse files Browse the repository at this point in the history
Fix cmake CURL dependency
  • Loading branch information
JosephP91 authored Apr 20, 2022
2 parents 859d0e0 + f2692a8 commit 55bc50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ else()
find_package(CURL ${CURL_MIN_VERSION} REQUIRED)

target_include_directories(curlcpp PUBLIC ${CURL_INCLUDE_DIRS})
target_link_libraries(curlcpp PUBLIC ${CURL_LIBRARY})
target_link_libraries(curlcpp PUBLIC ${CURL_LIBRARIES})
endif()

if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
Expand Down

0 comments on commit 55bc50c

Please sign in to comment.