Skip to content

Commit

Permalink
Remove hardcoded CMake config for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jan 10, 2025
1 parent 5b57602 commit 86df3b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ endif ()

set (CURL_TARGET_LIBTYPE shared)

set(CURL_NO_CURL_CMAKE ON)
find_package (CURL 7.61 MODULE REQUIRED)

if (CURL_FOUND)
Expand Down

0 comments on commit 86df3b5

Please sign in to comment.