Fixed define

This commit is contained in:
Christophe Riccio 2017-02-09 00:40:37 +01:00
parent a9389aef26
commit e4f768102b

View File

@ -127,7 +127,7 @@
# define GLM_COMPILER GLM_COMPILER_UNKNOWN
#elif defined(__INTEL_COMPILER)
# if (__clang_major__ < 1400)
# if (__INTEL_COMPILER < 1400)
# error "GLM requires ICC 2013 SP1 or newer"
# elif __INTEL_COMPILER == 1400
# define GLM_COMPILER GLM_COMPILER_INTEL14