Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update minimum required boost to 1.73 #1772

Merged
merged 5 commits into from
Jun 18, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update minimum required boost in CMake
  • Loading branch information
havogt authored Feb 1, 2024

Verified

This commit was signed with the committer’s verified signature.
xrmx Riccardo Magliocchetti
commit 59418e4eed7b87832351d00a03e7b52aac83327e
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -55,7 +55,7 @@ else()
endif()
endif()

set(REQUIRED_BOOST_VERSION 1.65.1)
set(REQUIRED_BOOST_VERSION 1.77)
find_package(Boost ${REQUIRED_BOOST_VERSION} REQUIRED)

# setup main gridtools target
Loading