From fa6b5e2985866f0a589133abece26ef55504980f Mon Sep 17 00:00:00 2001 From: Gyusun Yeom Date: Fri, 11 Apr 2025 20:55:21 +0900 Subject: [PATCH] Update policy max version to supress warning --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e92afa..1e224e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 2.8.12...3.5) +cmake_minimum_required(VERSION 2.8.12...4.0) file(STRINGS ${CMAKE_CURRENT_SOURCE_DIR}/config/version _VERSION_MAJOR_STRING REGEX "GLEW_MAJOR[ ]*=[ ]*[0-9]+.*") string(REGEX REPLACE "GLEW_MAJOR[ ]*=[ ]*([0-9]+)" "\\1" MAJOR_VERSION ${_VERSION_MAJOR_STRING})