mirror of
https://github.com/g-truc/glm.git
synced 2026-06-08 02:23:48 +00:00
Update CMake minimum version and policy range
This commit is contained in:
committed by
Christophe
parent
e282990dc0
commit
8f6213d379
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user