mirror of
https://github.com/g-truc/glm.git
synced 2025-04-10 07:18:54 +00:00
Merge pull request #1155 from danblae/master
Update cmake version to prevent deprecation #1155
This commit is contained in:
commit
c9f9337c32
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.2 FATAL_ERROR)
|
||||
cmake_policy(VERSION 3.2)
|
||||
cmake_minimum_required(VERSION 3.6 FATAL_ERROR)
|
||||
cmake_policy(VERSION 3.6)
|
||||
|
||||
|
||||
file(READ "glm/detail/setup.hpp" GLM_SETUP_FILE)
|
||||
|
|
Loading…
Add table
Reference in a new issue