From dadd05adc54aa7101d0535bbae1739a2ee8b6952 Mon Sep 17 00:00:00 2001 From: Christophe Riccio Date: Fri, 7 Jan 2011 11:37:10 +0000 Subject: [PATCH] Moved FindGLM in util --- FindGLM.cmake | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 FindGLM.cmake diff --git a/FindGLM.cmake b/FindGLM.cmake deleted file mode 100644 index e2478027..00000000 --- a/FindGLM.cmake +++ /dev/null @@ -1,12 +0,0 @@ -if(NOT GLM_PACKAGE_DIR) - message("ERROR: GLM_PACKAGE_DIR requires to be set") -endif(NOT GLM_PACKAGE_DIR) - -set(GLM_INCLUDE_DIR ${GLM_PACKAGE_DIR}) -set(GLM_LIBRARY_DIR ) - -include_directories(${GLM_INCLUDE_DIR}) - -if(GLM_PACKAGE_DIR AND GLM_INCLUDE_DIR) - set(GLM_FOUND "YES") -endif(GLM_PACKAGE_DIR AND GLM_INCLUDE_DIR)