11 lines
291 B
Diff
11 lines
291 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 9a5fb2b..a9ddfea 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -1,4 +1,4 @@
|
|
-CMAKE_MINIMUM_REQUIRED(VERSION 3.1 FATAL_ERROR)
|
|
+CMAKE_MINIMUM_REQUIRED(VERSION 3.1...3.5 FATAL_ERROR)
|
|
PROJECT(freeglut LANGUAGES C)
|
|
|
|
if (POLICY CMP0072)
|