Tighten version requirements: GLM >= 0.9.8

Commit ae6fbc9c6 builds a glm::vec4 from a vec3 and one float, which
requires 0.9.8 at least.
This commit is contained in:
Simon Richter 2020-04-18 19:36:30 +02:00 committed by Seth Hillbrand
parent d28fea5502
commit f663f199b4
1 changed files with 1 additions and 1 deletions

View File

@ -648,7 +648,7 @@ endif()
#
# Find GLM library, required
#
find_package( GLM 0.9.5.1 REQUIRED )
find_package( GLM 0.9.8 REQUIRED )
add_definitions( -DGLM_FORCE_CTOR_INIT )
include_directories( SYSTEM ${GLM_INCLUDE_DIR} )