git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@8830 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2023-03-20 13:31:57 +00:00
parent 30c074caae
commit 4ed0793bfa
1 changed files with 1 additions and 1 deletions

View File

@ -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)