https://github.com/g-truc/glm/issues/1289
--- test/CMakeLists.txt.orig	2024-02-27 11:19:47.000000000 -0600
+++ test/CMakeLists.txt	2024-06-04 04:21:05.000000000 -0500
@@ -11,7 +11,7 @@
 	endif()
 
 	if(NOT GLM_DISABLE_AUTO_DETECTION)
-		add_compile_options(-Werror -Weverything)
+		add_compile_options(-Weverything)
 	endif()
 
 elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
@@ -20,7 +20,6 @@
 	endif()
 
 	if(NOT GLM_DISABLE_AUTO_DETECTION)
-		add_compile_options(-Werror)
 #		add_compile_options(-Wpedantic)
 #		add_compile_options(-Wall)
 #		add_compile_options(-Wextra)
