diff --git a/CMakeLists.txt b/CMakeLists.txt
index b47c364009c3dd57ca035938c41b0c0ce1f145a0..ef0ccb58527f9e0622198f93c7618998f239c7f1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -239,9 +239,9 @@ if(VITE_ENABLE_VBO)
     list(APPEND CMAKE_REQUIRED_INCLUDES ${GLM_INC})
   endif()
   check_include_file_cxx(glm/glm.hpp HAVE_GLM_H)
-  if(NOT HAVE_GLM_H)
-    message(FATAL_ERROR "libglm-dev package is required, you might specify the include directory where to find glm/glm.hpp through -DGLM_INC=/path/to/glm")
-  endif()
+  # if(NOT HAVE_GLM_H)
+  #   message(FATAL_ERROR "libglm-dev package is required, you might specify the include directory where to find glm/glm.hpp through -DGLM_INC=/path/to/glm")
+  # endif()
 endif()
 
 if(VITE_ENABLE_OTF2)