Browse Source

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.
pull/16/head
Simon Richter 6 years ago
committed by Seth Hillbrand
parent
commit
f663f199b4
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -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…
Cancel
Save