aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/glew/cmake_version.patch
blob: 12fa0272808826c430ebb7099ce3f48dc329589b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt
index 419c243..8c66ae2 100644
--- a/build/cmake/CMakeLists.txt
+++ b/build/cmake/CMakeLists.txt
@@ -4,7 +4,7 @@ endif ()
 
 project (glew C)
 
-cmake_minimum_required (VERSION 2.8.12)
+cmake_minimum_required (VERSION 3.5)
 
 include(GNUInstallDirs)