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:
parent
d28fea5502
commit
f663f199b4
|
@ -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} )
|
||||
|
||||
|
|
Loading…
Reference in New Issue