diff --git a/build/cmake/CMakeLists.txt b/build/cmake/CMakeLists.txt index f192009..c6beafc 100644 --- a/build/cmake/CMakeLists.txt +++ b/build/cmake/CMakeLists.txt @@ -4,12 +4,13 @@ endif () project (glew) -cmake_minimum_required (VERSION 2.8.7) +cmake_minimum_required (VERSION 2.8.12) include(GNUInstallDirs) if (COMMAND cmake_policy) cmake_policy (SET CMP0003 NEW) + cmake_policy (SET CMP0042 NEW) endif() set(CMAKE_DEBUG_POSTFIX d)