Mentions légales du service

Skip to content
Snippets Groups Projects
Commit a80d58ec authored by CANNAROZZO Luigi's avatar CANNAROZZO Luigi Committed by Mathieu Faverge
Browse files

comment error check

parent cd312f30
Branches opengl_update
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment