Skip to content

Commit

Permalink
Require Boost 1.85.0 or better to read serialized proposal data files
Browse files Browse the repository at this point in the history
  • Loading branch information
sfegan committed Mar 7, 2025
1 parent c7ed7a7 commit 5d64c18
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 @@ -150,7 +150,7 @@ else()
if(CORSIKA8_FOUND)
message(STATUS "CORSIKA8_INCLUDE_DIR: " ${CORSIKA8_INCLUDE_DIR})
set(CALIN_HAVE_CORSIKA8 TRUE)
find_package(Boost REQUIRED COMPONENTS serialization filesystem)
find_package(Boost 1.85.0 REQUIRED COMPONENTS serialization filesystem)
endif()
endif()

Expand Down

0 comments on commit 5d64c18

Please sign in to comment.