Skip to content

Commit

Permalink
Fix OpenGL dependency linking for examples
Browse files Browse the repository at this point in the history
Includes using custom FindOpenGL for building the library since
there is no way to ensure the FindOpenGL module available on the
system is from required cmake version.
  • Loading branch information
9prady9 committed Jan 25, 2021
1 parent 3a4d3a6 commit 17be6e4
Show file tree
Hide file tree
Showing 6 changed files with 569 additions and 244 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ find_package(Doxygen QUIET)
find_package(FontConfig QUIET)
find_package(FreeImage QUIET)
find_package(Freetype REQUIRED)
find_package(OpenGL QUIET)
find_package(Sphinx QUIET)

if(UNIX)
Expand Down
Loading

0 comments on commit 17be6e4

Please sign in to comment.