Minor modifications in FindGLEW and FindSndFile
This commit is contained in:
parent
7498b5bc27
commit
3490d57344
2 changed files with 4 additions and 2 deletions
|
@ -60,3 +60,6 @@ IF (GLEW_INCLUDE_PATH AND GLEW_LIBRARY)
|
|||
SET(GLEW_FOUND "YES")
|
||||
ENDIF (GLEW_INCLUDE_PATH AND GLEW_LIBRARY)
|
||||
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(GLEW DEFAULT_MSG GLEW_LIBRARY GLEW_INCLUDE_PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue