mirror of
https://github.com/g-truc/glm.git
synced 2025-04-08 06:43:10 +00:00
Added a message for undetected C++ compiler
This commit is contained in:
parent
9b600406e0
commit
0fc7aeeed8
1 changed files with 2 additions and 0 deletions
|
@ -465,6 +465,8 @@
|
|||
# pragma message("GLM: C++ with GNU language extensions")
|
||||
# elif(GLM_LANG == GLM_LANG_CXXMS)
|
||||
# pragma message("GLM: C++ with VC language extensions")
|
||||
# else
|
||||
# pragma message("GLM: C++ language undetected")
|
||||
# endif//GLM_MODEL
|
||||
#endif//GLM_MESSAGE
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue