Skip to content
Snippets Groups Projects
Commit 08f58ac3 authored by Don Kjer's avatar Don Kjer
Browse files

Adding libdl to OSMesa16 link line

parent f9743747
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ include(Prebuilt)
if (BUILD_HEADLESS)
use_prebuilt_binary(mesa)
SET(OPENGL_glu_LIBRARY GLU)
SET(OPENGL_HEADLESS_LIBRARIES OSMesa16 GLU)
SET(OPENGL_HEADLESS_LIBRARIES OSMesa16 dl GLU)
endif (BUILD_HEADLESS)
include(FindOpenGL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment