mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 02:39:48 -06:00
FindGLEW: Fix typo in verbose log message
This commit is contained in:
committed by
Brad King
parent
ab822a9b48
commit
feeb0381bc
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user