Files
CMake/Modules/FindGLEW.cmake
Claudio Fantacci 14c7396fb9 FindGLEW: fix CMAKE_FIND_LIBRARY_SUFFIXES
FindGLEW temporarily changes the content of CMAKE_FIND_LIBRARY_SUFFIXES
to look for static and dynamic GLEW library.
However, it wasn't storing and restoring the initial content of such
variable, causing possible issues in user project.
2019-04-03 09:06:16 +02:00

9.9 KiB