mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05:00
Make unsupported versions of CMake fail early
This commit is contained in:
parent
539535a367
commit
1353f37a51
|
@ -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…
Reference in New Issue
Block a user