Re: [Kicad-developers] [PATCH] Remove GLM version check (no longer needed with C++14)

2019-07-12 Thread Seth Hillbrand
Thanks Simon! We're going to hold this one back until we feel confident about the stability of the C++14 change. -S On 2019-07-12 09:54, Simon Richter wrote: --- CMakeLists.txt | 4 1 file changed, 4 deletions(-) ___ Mailing list:

[Kicad-developers] [PATCH] Remove GLM version check (no longer needed with C++14)

2019-07-12 Thread Simon Richter
--- CMakeLists.txt | 4 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 77912e9e9..27d319c05 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -565,10 +565,6 @@ endif() # Find GLM library, required # find_package( GLM 0.9.5.1 REQUIRED ) -if(