Skip to content

Commit 92f12f6

Browse files
committed
revert cmake requirement to a version available on RHEL9
1 parent 13559d2 commit 92f12f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# General project definition
1717
####################################
1818

19-
CMAKE_MINIMUM_REQUIRED(VERSION 3.27.1 FATAL_ERROR)
19+
CMAKE_MINIMUM_REQUIRED(VERSION 3.26 FATAL_ERROR)
2020
set(Boost_USE_STATIC_RUNTIME OFF)
2121
set(Boost_USE_STATIC_LIBS OFF)
2222
set(BUILD_SHARED_LIBS ON)

0 commit comments

Comments
 (0)