mirror of
https://github.com/overte-org/overte.git
synced 2025-04-07 14:12:26 +02:00
Remove GLEW spam in cmake
This commit is contained in:
parent
7fdb8e28e7
commit
7fa6fb1308
1 changed files with 1 additions and 3 deletions
|
@ -30,6 +30,4 @@ include(SelectLibraryConfigurations)
|
|||
select_library_configurations(GLEW)
|
||||
|
||||
include(FindPackageHandleStandardArgs)
|
||||
find_package_handle_standard_args(GLEW DEFAULT_MSG GLEW_INCLUDE_DIRS GLEW_LIBRARIES)
|
||||
|
||||
message(STATUS "Found GLEW - Assuming that GLEW is static and defining GLEW_STATIC")
|
||||
find_package_handle_standard_args(GLEW DEFAULT_MSG GLEW_INCLUDE_DIRS GLEW_LIBRARIES)
|
Loading…
Reference in a new issue