Skip to content

Commit

Permalink
Changed version check to cmake 3.30.
Browse files Browse the repository at this point in the history
  • Loading branch information
5cript committed Jul 7, 2024
1 parent 5a38af7 commit 30cd823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/boost.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if (CMAKE_VERSION VERSION_LESS "3.29.0")
if (CMAKE_VERSION VERSION_LESS "3.30")
find_package(Boost 1.81.0 REQUIRED COMPONENTS system)
else()
find_package(Boost CONFIG 1.81.0 REQUIRED COMPONENTS system)
Expand Down

0 comments on commit 30cd823

Please sign in to comment.