Skip to content

Commit 3f68d15

Browse files
authored
Merge pull request #364 from sy-c/dev
revert cmake requirement to a version available on RHEL9
2 parents 13559d2 + 92f12f6 commit 3f68d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)