Skip to content

Commit f0714ee

Browse files
committed
CDAT_BUILD_VTKWEB -> CDAT_BUILD_WEB
1 parent 3d982c0 commit f0714ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMake/cdat_modules/vtk_external.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if(CDAT_BUILD_OFFSCREEN)
7373
)
7474
endif()
7575

76-
if(CDAT_BUILD_VTKWEB)
76+
if(CDAT_BUILD_WEB)
7777
list(APPEND vtk_build_args
7878
"-DVTK_Group_Web:BOOL=ON"
7979
)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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...
258258
set(EGG_INSTALLER "PIP" CACHE STRING "Which package installer to use")

0 commit comments

Comments
 (0)