Browse Source

fix cmake version

Laurent Caumont 2 years ago
parent
commit
c2c1d15592
1 changed files with 2 additions and 1 deletions
  1. 2 1
      test/cmake/CMakeLists.txt

+ 2 - 1
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)