Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove unnecessary find_package(OpenGL)
Before this change, CMakeLists.txt would run find_package(OpenGL), but it would never use any of the targets or variables that calling find_package(OpenGL) produces [1]. As a result, the call to find_package(OpenGL) didn’t really do anything. [1]: <https://cmake.org/cmake/help/latest/module/FindOpenGL.html>
- Loading branch information