1
0
mirror of https://github.com/glfw/glfw.git synced 2025-04-17 06:12:02 +00:00

Specify maximum version of CMake known to work

Related to .
This commit is contained in:
Camilla Löwy 2020-09-23 20:06:18 +02:00
parent 73ef5f0abb
commit 539535a367

View File

@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.1)
cmake_minimum_required(VERSION 3.1...3.17)
project(GLFW VERSION 3.4.0 LANGUAGES C)