mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-18 20:44:35 +03:00
Use correct cmake_minimum_required version
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)
|
||||
cmake_minimum_required(VERSION 3.14 FATAL_ERROR)
|
||||
|
||||
# ---- Project ----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user