aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--demos/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
index 6b48fcdd..b9d1a378 100644
--- a/demos/CMakeLists.txt
+++ b/demos/CMakeLists.txt
@@ -3,9 +3,6 @@ if(NOT WIN32)
endif()
if(NOT WIN32)
- if(NOT EXISTS /usr/include/glm/glm.hpp)
- message(FATAL_ERROR "Necessary libglm-dev headers cannot be found: sudo apt-get install libglm-dev")
- endif()
if(NOT EXISTS /usr/include/png.h)
message(FATAL_ERROR "Necessary png12-dev headers cannot be found: sudo apt-get install libpng12-dev")
endif()