From 3900ff84b430a00e229b395070bc72014b565d55 Mon Sep 17 00:00:00 2001 From: Gyusun Yeom Date: Tue, 29 Dec 2020 19:52:07 +0900 Subject: [PATCH] Fix #32 Drop support too old cmake version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ea46ee..a8885e3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.6) +cmake_minimum_required(VERSION 2.8.12) project("glew") set(SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)