From a80d58ecb19e9479c129f5dafd02aebfadc8cd64 Mon Sep 17 00:00:00 2001 From: CANNAROZZO Luigi <lcannarozzo@enseirb-matmeca.fr> Date: Fri, 11 Feb 2022 17:50:22 +0100 Subject: [PATCH] comment error check Signed-off-by: CANNAROZZO Luigi <lcannarozzo@enseirb-matmeca.fr> --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b47c3640..ef0ccb58 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) -- GitLab