File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ if(CDAT_BUILD_OFFSCREEN)
7373 )
7474endif ()
7575
76- if (CDAT_BUILD_VTKWEB )
76+ if (CDAT_BUILD_WEB )
7777 list (APPEND vtk_build_args
7878 "-DVTK_Group_Web:BOOL=ON"
7979 )
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ cmake_dependent_option(CDAT_BUILD_OFFSCREEN "Use OSMesa for offscreen rendering.
252252 "NOT APPLE" OFF )
253253
254254# Option to enable vtkweb for cdatweb
255- option (CDAT_BUILD_VTKWEB "Build VTKWeb with VTK " OFF )
255+ option (CDAT_BUILD_WEB "Build in Web support (VTKWeb, etc.) " OFF )
256256
257257# Option to choose between easy_install and pip (crunchy ssl/man in the middle prevents us to use pip here...
258258set (EGG_INSTALLER "PIP" CACHE STRING "Which package installer to use" )
You can’t perform that action at this time.
0 commit comments