mirror of
https://github.com/glfw/glfw.git
synced 2025-04-14 17:13:42 +00:00
Make unsupported versions of CMake fail early
This commit is contained in:
parent
539535a367
commit
1353f37a51
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.1...3.17)
|
||||
cmake_minimum_required(VERSION 3.1...3.17 FATAL_ERROR)
|
||||
|
||||
project(GLFW VERSION 3.4.0 LANGUAGES C)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue