Skip to content
Snippets Groups Projects
Commit f5ac4433 authored by Sankhesh Jhaveri's avatar Sankhesh Jhaveri :speech_balloon:
Browse files

Avoid Apple system libraries when compiling against OSMesa

parent 375f2170
No related branches found
No related tags found
No related merge requests found
......@@ -175,7 +175,7 @@ if(WIN32)
if(DirectX_FOUND)
set(VTK_USE_DIRECTX 1)
endif()
elseif(APPLE)
elseif(APPLE AND NOT VTK_USE_OSMESA)
set(VTK_USE_APPLE_LOADER 1)
set(VTK_USE_CORE_GRAPHICS 1)
else()
......
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