Disable the Cuda backend by default.

This commit is contained in:
Robert Maynard 2015-01-20 09:08:19 -05:00
parent 04bc41cad3
commit ed8ff07dbb

@ -53,7 +53,7 @@ include(CMake/VTKmCompilerExtras.cmake)
#-----------------------------------------------------------------------------
# Configurable Options
option(VTKm_ENABLE_CUDA "Enable Cuda support" ON)
option(VTKm_ENABLE_CUDA "Enable Cuda support" OFF)
option(VTKm_ENABLE_TESTING "Enable VTKm Testing" ON)
option(VTKm_USE_DOUBLE_PRECISION