mirror of
https://github.com/icaven/glm.git
synced 2025-12-07 01:06:47 +08:00
fix cmake version
This commit is contained in:
parent
1b0f61e285
commit
c2c1d15592
@ -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)
|
project(test_find_glm)
|
||||||
|
|
||||||
find_package(glm REQUIRED)
|
find_package(glm REQUIRED)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user