From dfd557c9379fe8830147bc729a39c6e5b80b4403 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 23 Jun 2015 15:41:13 -0400 Subject: cmake: Don't check for installed glm, it's in-tree --- demos/CMakeLists.txt | 3 --- 1 file changed, 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() -- cgit v1.2.3