Skip to content
Snippets Groups Projects
Commit 67007de3 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

cmake: fix Catalyst module requests

The wrong variable name was used when requesting the module.
parent 2db90a3f
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,7 @@ if (VTK_ENABLE_LOGGING)
"via `VTK_ENABLE_LOGGING`")
endif ()
if (VTK_ENABLE_CATALYST)
list(APPEND vtk_request_modules
list(APPEND vtk_requested_modules
VTK::IOCatalystConduit)
else()
list(APPEND vtk_rejected_modules
......
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