diff --git a/test/cmake/CMakeLists.txt b/test/cmake/CMakeLists.txt index 5bc11ef4..6f4b1c0a 100644 --- a/test/cmake/CMakeLists.txt +++ b/test/cmake/CMakeLists.txt @@ -1,4 +1,5 @@ -cmake_minimum_required(VERSION 3.2 FATAL_ERROR) +cmake_minimum_required(VERSION 3.6 FATAL_ERROR) +cmake_policy(VERSION 3.6) project(test_find_glm) find_package(glm REQUIRED)