From 1c2f386f4c4c378f17c3d31249201eadbddac7cb Mon Sep 17 00:00:00 2001 From: Christophe Date: Tue, 5 Mar 2024 16:08:32 +0100 Subject: [PATCH] Disable unit tests by default --- glm/detail/setup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/detail/setup.hpp b/glm/detail/setup.hpp index eef4fe95f1..68ff489b16 100644 --- a/glm/detail/setup.hpp +++ b/glm/detail/setup.hpp @@ -976,7 +976,7 @@ namespace detail # define GLM_STR(x) GLM_STR_HELPER(x) // Report GLM version -# pragma message ("GLM: version " GLM_STR(GLM_VERSION_MAJOR)"."GLM_STR(GLM_VERSION_MINOR)"."GLM_STR(GLM_VERSION_PATCH)) +# pragma message ("GLM: version " GLM_STR(GLM_VERSION_MAJOR) "." GLM_STR(GLM_VERSION_MINOR) "." GLM_STR(GLM_VERSION_PATCH)) // Report C++ language # if (GLM_LANG & GLM_LANG_CXX20_FLAG) && (GLM_LANG & GLM_LANG_EXT)