Browse Source

Update CMake minimum version and policy range

Alfredo Tupone 1 week ago
parent
commit
8f6213d379
1 changed files with 2 additions and 2 deletions
  1. 2 2
      test/cmake/CMakeLists.txt

+ 2 - 2
test/cmake/CMakeLists.txt

@@ -1,5 +1,5 @@
-cmake_minimum_required(VERSION 3.6 FATAL_ERROR)
-cmake_policy(VERSION 3.6)
+cmake_minimum_required(VERSION 3.6...3.14 FATAL_ERROR)
+cmake_policy(VERSION 3.6...3.14)
 project(test_find_glm)
 
 find_package(glm REQUIRED)