Lower required cmake version
This commit is contained in:
parent
28674714e8
commit
24e27ef422
|
@ -1,4 +1,4 @@
|
||||||
cmake_minimum_required(VERSION 3.17)
|
cmake_minimum_required(VERSION 3.15)
|
||||||
project(LangBuilder)
|
project(LangBuilder)
|
||||||
|
|
||||||
# Enable all warnings, and make them error when occurring.
|
# Enable all warnings, and make them error when occurring.
|
||||||
|
|
Loading…
Reference in New Issue