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

ci: Disable ANARI module until libraries are available on the test machines

parent 7d52385f
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,9 @@ set(VTK_LINKER_FATAL_WARNINGS ON CACHE BOOL "")
set(VTK_ENABLE_CATALYST ON CACHE BOOL "")
# Disable ANARI
set(VTK_MODULE_ENABLE_VTK_RenderingAnari NO CACHE STRING "")
# The install trees on CI machines need help since dependencies are not in a
# default location.
set(VTK_RELOCATABLE_INSTALL ON CACHE BOOL "")
......
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