Skip to content

Commit

Permalink
CDAT_BUILD_VTKWEB -> CDAT_BUILD_WEB
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeezley committed Jan 30, 2015
1 parent 3d982c0 commit f0714ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMake/cdat_modules/vtk_external.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if(CDAT_BUILD_OFFSCREEN)
)
endif()

if(CDAT_BUILD_VTKWEB)
if(CDAT_BUILD_WEB)
list(APPEND vtk_build_args
"-DVTK_Group_Web:BOOL=ON"
)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ cmake_dependent_option(CDAT_BUILD_OFFSCREEN "Use OSMesa for offscreen rendering.
"NOT APPLE" OFF)

# Option to enable vtkweb for cdatweb
option(CDAT_BUILD_VTKWEB "Build VTKWeb with VTK" OFF)
option(CDAT_BUILD_WEB "Build in Web support (VTKWeb, etc.)" OFF)

# Option to choose between easy_install and pip (crunchy ssl/man in the middle prevents us to use pip here...
set(EGG_INSTALLER "PIP" CACHE STRING "Which package installer to use")
Expand Down

0 comments on commit f0714ee

Please sign in to comment.