From 4ed0793bfa73d7bb9a25ddf3d8f341b3f515c47c Mon Sep 17 00:00:00 2001 From: beaglejoe Date: Mon, 20 Mar 2023 13:31:57 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8830 30fe4595-0a0c-4342-8851-515496e4dcbd --- cmake/FindGLM.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindGLM.cmake b/cmake/FindGLM.cmake index 244c79bc3..74a558d9c 100644 --- a/cmake/FindGLM.cmake +++ b/cmake/FindGLM.cmake @@ -7,7 +7,7 @@ find_path(GLM_INCLUDE_DIR glm/glm.hpp) -# handle the QUIETLY and REQUIRED arguments and set OGG_FOUND to TRUE if +# handle the QUIETLY and REQUIRED arguments and set GLM_FOUND to TRUE if # all listed variables are TRUE include(FindPackageHandleStandardArgs) FIND_PACKAGE_HANDLE_STANDARD_ARGS(GLM DEFAULT_MSG GLM_INCLUDE_DIR)