Skip to content

Commit

Permalink
Merge pull request #124 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 d2221b2 + bafb73a commit aa2be6c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +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_policy(SET CMP0057 NEW) # Enable IN_LIST operator
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)

set(LLFIO_DEPENDENCY_QUICKCPPLIB_GIT_TAG "master" CACHE STRING "Which git tag to use for the QuickCppLib dependency")
set(LLFIO_DEPENDENCY_OUTCOME_GIT_TAG "develop" CACHE STRING "Which git tag to use for the Outcome dependency")
Expand Down

0 comments on commit aa2be6c

Please sign in to comment.