Skip to content

Commit

Permalink
Update CMakeLists.txt (#752)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgolov authored May 14, 2021
1 parent b696e11 commit 3bfbc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/src/http/client/curl/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
find_package(CURL)
if(CURL_FOUND)
add_library(http_client_curl http_client_factory_curl http_client_curl)
add_library(http_client_curl http_client_factory_curl.cc http_client_curl.cc)

set_target_properties(http_client_curl PROPERTIES EXPORT_NAME
http_client_curl)
Expand Down

0 comments on commit 3bfbc93

Please sign in to comment.