Skip to content
Snippets Groups Projects
Commit 07cc9f13 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Modernize find opengl syntax in cmake

parent c8b15bcc
Branches
Tags
No related merge requests found
...@@ -8,5 +8,5 @@ if (BUILD_HEADLESS) ...@@ -8,5 +8,5 @@ if (BUILD_HEADLESS)
SET(OPENGL_HEADLESS_LIBRARIES OSMesa16 dl GLU) SET(OPENGL_HEADLESS_LIBRARIES OSMesa16 dl GLU)
endif (BUILD_HEADLESS) endif (BUILD_HEADLESS)
include(FindOpenGL) find_package(OpenGL REQUIRED)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment