Skip to content

Commit

Permalink
Modify the boost version to be >= 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
xfangfang committed Nov 6, 2023
1 parent 6b3e353 commit 7faf8b3
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 7faf8b3

Please sign in to comment.