Skip to content

Commit

Permalink
Merge pull request #290 from BurningEnlightenment/dev/require-cmake-3.9
Browse files Browse the repository at this point in the history
build: Require at least CMake 3.9
  • Loading branch information
ned14 authored Oct 31, 2023
2 parents e336197 + f65414a commit ec53527
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 ec53527

Please sign in to comment.