Require a lower CMake version for compatibility with slow distros

vcpkg-wip
Duncan Ogilvie 4 years ago
parent ad3869da11
commit a7bdb93830

@ -7,7 +7,7 @@ if(CMKR_INCLUDE_RESULT)
cmkr() cmkr()
endif() endif()
cmake_minimum_required(VERSION 3.15) cmake_minimum_required(VERSION 2.8...3.8)
set_property(GLOBAL PROPERTY USE_FOLDERS ON) set_property(GLOBAL PROPERTY USE_FOLDERS ON)

@ -1,5 +1,5 @@
[cmake] [cmake]
minimum = "3.15" minimum = "2.8...3.8"
[project] [project]
name = "cmkr" name = "cmkr"

Loading…
Cancel
Save