Fixed GLM_HAS_OPENMP when OpenMP is not enabled

This commit is contained in:
Christophe Riccio
2017-08-07 01:28:42 +02:00
parent 49435a09da
commit 1e7d12b91b
2 changed files with 4 additions and 1 deletions

View File

@@ -503,7 +503,9 @@
# endif
# else
# define GLM_HAS_OPENMP 0
# endif// GLM_COMPILER & GLM_COMPILER_VC
# endif
#else
# define GLM_HAS_OPENMP 0
#endif
///////////////////////////////////////////////////////////////////////////////////