Reduce minimal Cmake required
This commit is contained in:
parent
be2be2303f
commit
5456629d7a
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.20)
|
cmake_minimum_required(VERSION 3.18)
|
||||||
project(AngelscriptDebugger)
|
project(AngelscriptDebugger)
|
||||||
include(CPM.cmake)
|
include(CPM.cmake)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue