diff --git a/test/gtc/gtc_type_precision.cpp b/test/gtc/gtc_type_precision.cpp index 6ba4a6ce..f98abcef 100644 --- a/test/gtc/gtc_type_precision.cpp +++ b/test/gtc/gtc_type_precision.cpp @@ -1,7 +1,7 @@ #include #include #include -#if GLM_HAS_OPENMP +#if GLM_HAS_OPENMP && 0 # include #endif @@ -848,7 +848,7 @@ static int test_fvec_conversion() return Error; } -#if GLM_HAS_OPENMP +#if GLM_HAS_OPENMP && 0 static int test_openmp() { std::vector VectorA(1000); @@ -875,7 +875,7 @@ int main() { int Error = 0; -# if GLM_HAS_OPENMP +# if GLM_HAS_OPENMP && 0 Error += test_openmp(); # endif//