Removed obsolete FindGLM

This commit is contained in:
Zbigniew Mandziejewicz
2015-03-30 01:21:56 +08:00
parent 288d1af309
commit 62a7daddcf
5 changed files with 28 additions and 87 deletions

5
cmake/glmConfig.cmake.in Normal file
View File

@@ -0,0 +1,5 @@
set_and_check(GLM_INCLUDE_DIRS "@GLM_INCLUDE_DIRS@")
if (NOT CMAKE_VERSION VERSION_LESS "2.8.12")
include("${CMAKE_CURRENT_LIST_DIR}/glmTargets.cmake")
endif()