C++14: Remove libglm version hold

We can now accept all versions of libglm >= 0.9.5.1 in the master
branch.
This commit is contained in:
Seth Hillbrand 2019-08-06 18:43:45 -07:00
parent 5facd37376
commit 5aa48e523d
1 changed files with 0 additions and 5 deletions

View File

@ -616,11 +616,6 @@ endif()
# Find GLM library, required
#
find_package( GLM 0.9.5.1 REQUIRED )
if( GLM_VERSION MATCHES "0.9.9.3" AND CMAKE_CXX_COMPILER_ID MATCHES "GNU")
MESSAGE( FATAL_ERROR "\nGLM version ${GLM_VERSION} is incompatible with KiCad using GCC.\n"
"Please downgrade to GLM version 0.9.9.2 or older or use clang instead" )
endif()
add_definitions( -DGLM_FORCE_CTOR_INIT )
#