Skip to content

Commit

Permalink
Fix find_package for curl
Browse files Browse the repository at this point in the history
  • Loading branch information
bgs99 committed Sep 6, 2024
1 parent cb74e41 commit 635d13b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ else()
FetchContent_MakeAvailable(gtest)
endif()

find_package(curl REQUIRED)
find_package(CURL REQUIRED)

add_executable(httplib-test test.cc)
target_compile_options(httplib-test PRIVATE "$<$<CXX_COMPILER_ID:MSVC>:/utf-8;/bigobj>")
Expand Down

0 comments on commit 635d13b

Please sign in to comment.