CMake: Stop using FindOpenGL, which seems to not be required anymore

This commit is contained in:
Yuri Kunde Schlesner 2017-05-27 19:46:26 -07:00
parent c53ace55e1
commit 08a93f99d2
4 changed files with 4 additions and 6 deletions

View file

@ -147,9 +147,6 @@ endif()
# Include bundled CMake modules
list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/externals/cmake-modules")
find_package(OpenGL REQUIRED)
include_directories(${OPENGL_INCLUDE_DIR})
# Prefer the -pthread flag on Linux.
set (THREADS_PREFER_PTHREAD_FLAG ON)
find_package(Threads REQUIRED)