From 6157678a9abbd7d60954c67a4ef0f3ab6c9cc11e Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Tue, 8 Feb 2022 11:50:59 -0700 Subject: [PATCH] temp disable ComputeMoment --- vtkm/filter/image_processing/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vtkm/filter/image_processing/CMakeLists.txt b/vtkm/filter/image_processing/CMakeLists.txt index e5f030cd3..e00f080f1 100644 --- a/vtkm/filter/image_processing/CMakeLists.txt +++ b/vtkm/filter/image_processing/CMakeLists.txt @@ -8,13 +8,13 @@ ## PURPOSE. See the above copyright notice for more information. ##============================================================================ set(image_processing_headers - ComputeMoments.h +# ComputeMoments.h ImageDifference.h ImageMedian.h ) set(image_processing_sources - ComputeMoments.cxx +# ComputeMoments.cxx ImageDifference.cxx ImageMedian.cxx )