From e556748d2c9a8ac7faa031a494871cf02a7c237d Mon Sep 17 00:00:00 2001 From: Sujin Philip Date: Wed, 3 Jun 2015 10:37:23 -0400 Subject: [PATCH] Make 64 bit ids as default --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1205e6d0c..81cc96651 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -61,7 +61,7 @@ option(VTKm_USE_DOUBLE_PRECISION "Use double precision for floating point calculations" OFF ) -option(VTKm_USE_64BIT_IDS "Use 64-bit indices." OFF) +option(VTKm_USE_64BIT_IDS "Use 64-bit indices." ON) if (VTKm_ENABLE_TESTING) enable_testing()