Skip to content

Commit

Permalink
Downgrading min. requirements of libboost to 1.66.
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Krulis committed Jan 9, 2021
1 parent efbe985 commit da7e738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else()
endif()
# -- load Boost
set (Boost_USE_MULTITHREADED ON)
find_package(Boost 1.70.0 REQUIRED COMPONENTS filesystem system program_options)
find_package(Boost 1.66.0 REQUIRED COMPONENTS filesystem system program_options)
include_directories(${Boost_INCLUDE_DIRS})

# -- cURL
Expand Down

0 comments on commit da7e738

Please sign in to comment.