From 5aa48e523dd46632564d3a118921f6c1f02abc2f Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Tue, 6 Aug 2019 18:43:45 -0700 Subject: [PATCH] C++14: Remove libglm version hold We can now accept all versions of libglm >= 0.9.5.1 in the master branch. --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 16a7205a52..474f4ba1e8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 ) #