Skip to content

Commit

Permalink
change minimum required boost version (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyerzinn authored Apr 2, 2024
1 parent cafb01c commit d6ef773
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 @@ -58,7 +58,7 @@ find_package(MPI REQUIRED)
include_directories(SYSTEM ${MPI_INCLUDE_PATH})

# Boost Dependency
find_package(Boost 1.74 COMPONENTS program_options REQUIRED)
find_package(Boost 1.72 COMPONENTS program_options REQUIRED)

set(BUILD_TESTING_SAVED "${BUILD_TESTING}")
set(BUILD_TESTING OFF)
Expand Down

0 comments on commit d6ef773

Please sign in to comment.