FindGLEW: Fix typo in verbose log message

This commit is contained in:
Claudio Fantacci
2019-08-06 12:59:35 +02:00
committed by Brad King
parent ab822a9b48
commit feeb0381bc

View File

@@ -210,7 +210,7 @@ find_package_handle_standard_args(GLEW
if(NOT GLEW_FOUND)
if(GLEW_VERBOSE)
message(STATUS "FindGLEW: could not found GLEW library.")
message(STATUS "FindGLEW: could not find GLEW library.")
endif()
return()
endif()