Make unsupported versions of CMake fail early

This commit is contained in:
Camilla Löwy 2020-09-23 20:07:34 +02:00
parent 539535a367
commit 1353f37a51

View File

@ -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)