Fixed C++11 activation on XCode for the CMake test suite ID

This commit is contained in:
Christophe Riccio
2013-09-10 19:58:02 +02:00
parent 5c84e480bf
commit 6d2170adb3
2 changed files with 15 additions and 7 deletions

View File

@@ -104,9 +104,9 @@ int test_compiler()
}
else if(GLM_COMPILER & GLM_COMPILER_CLANG)
{
# ifdef __clang_major__
std::cout << "GLM_COMPILER_CLANG " << __clang_major__ << "." << __clang_minor__ << std::endl;
# endif
# ifdef __clang_major__
std::cout << "GLM_COMPILER_CLANG " << __clang_major__ << "." << __clang_minor__ << std::endl;
# endif
switch(GLM_COMPILER)
{
case GLM_COMPILER_CLANG26: