mirror of
https://github.com/g-truc/glm.git
synced 2024-11-12 21:31:47 +00:00
Fixed unknown target
This commit is contained in:
parent
d788a8e51b
commit
0fdf6a3f3a
@ -207,11 +207,15 @@ int main()
|
|||||||
{
|
{
|
||||||
int Error = 0;
|
int Error = 0;
|
||||||
|
|
||||||
Error += test_cpp_version();
|
# if !defined(GLM_FORCE_PLATFORM_UNKNOWN) && !defined(GLM_FORCE_COMPILER_UNKNOWN) && !defined(GLM_FORCE_ARCH_UNKNOWN) && !defined(GLM_FORCE_CXX_UNKNOWN)
|
||||||
Error += test_compiler();
|
|
||||||
Error += test_model();
|
Error += test_cpp_version();
|
||||||
Error += test_instruction_set();
|
Error += test_compiler();
|
||||||
Error += test_operators();
|
Error += test_model();
|
||||||
|
Error += test_instruction_set();
|
||||||
|
Error += test_operators();
|
||||||
|
|
||||||
|
# endif
|
||||||
|
|
||||||
return Error;
|
return Error;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user