Skip to content

Commit

Permalink
build: Require at least CMake 3.9
Browse files Browse the repository at this point in the history
The minimum supported CMake version is currently determined by what
RHEL 7 ships.

Refs: ned14/llfio#123
  • Loading branch information
BurningEnlightenment committed Oct 29, 2023
1 parent e336197 commit f65414a
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 @@ -21,7 +21,7 @@
# (See accompanying file Licence.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)

cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)

set(OUTCOME_DEPENDENCY_QUICKCPPLIB_GIT_TAG "master" CACHE STRING "Which git tag to use for the QuickCppLib dependency")
if(NOT OUTCOME_DEPENDENCY_QUICKCPPLIB_GIT_TAG STREQUAL "master")
Expand Down

0 comments on commit f65414a

Please sign in to comment.