From ed8ff07dbb9d309a6760484ab39a5dcc17b8f353 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Tue, 20 Jan 2015 09:08:19 -0500 Subject: [PATCH] Disable the Cuda backend by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c634ecd14..290840d42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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