Skip to content

Commit

Permalink
Disable unit tests by default
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe-lunarg committed Mar 5, 2024
1 parent d7e8e60 commit 1c2f386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glm/detail/setup.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1c2f386

Please sign in to comment.