Skip to content

Commit

Permalink
Merge pull request #977 from xfangfang/fix/boost
Browse files Browse the repository at this point in the history
Modify the boost version to be >= 1.77
  • Loading branch information
COM8 authored Dec 26, 2023
2 parents 3655ebd + 7faf8b3 commit 3100118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ target_sources(cpr PRIVATE

# Filesystem
if(CPR_USE_BOOST_FILESYSTEM)
find_package(Boost 1.44 REQUIRED COMPONENTS filesystem)
find_package(Boost 1.77 REQUIRED COMPONENTS filesystem)
if(Boost_FOUND)
target_link_libraries(cpr PUBLIC Boost::filesystem)
endif()
Expand Down

0 comments on commit 3100118

Please sign in to comment.