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

cmake: support disabling Remote modules completely

parent a759f307
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,9 @@ set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
#-----------------------------------------------------------------------------
# Add the Remote Subdirectory
add_subdirectory(Remote)
if (VTK_ENABLE_REMOTE_MODULES)
add_subdirectory(Remote)
endif ()
#-----------------------------------------------------------------------------
# Does VTK require support for 64 bit file systems
......
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