Skip to content

Commit

Permalink
Revert "Restrict Boost range"
Browse files Browse the repository at this point in the history
This reverts commit f4590fd.
  • Loading branch information
jngrad committed Feb 27, 2024
1 parent 2e7b11b commit c87f89f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_pull.yml
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
macos:
runs-on: macos-12
if: false
if: ${{ github.repository == 'espressomd/espresso' }}
steps:
- name: Checkout
uses: actions/checkout@main
Expand Down
3 changes: 0 additions & 3 deletions CMakeLists.txt
Expand Up @@ -435,9 +435,6 @@ if(ESPRESSO_BUILD_TESTS)
endif()

find_package(Boost 1.74.0 REQUIRED ${BOOST_COMPONENTS})
if(${Boost_VERSION} VERSION_GREATER_EQUAL 1.84.0)
message(FATAL_ERROR "Boost version ${Boost_VERSION} is unsupported.")
endif()

#
# Paths
Expand Down

0 comments on commit c87f89f

Please sign in to comment.