From 3f290a0adcc25749a755027f5728c2b90addc12f Mon Sep 17 00:00:00 2001 From: Jon Rood Date: Fri, 15 Nov 2024 14:43:19 -0700 Subject: [PATCH] Remove unnecessary. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b5a5c1d7..3d8b207d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,6 @@ option(PELE_ENABLE_HDF5 "Enable plot file output using HDF5" OFF) option(PELE_ENABLE_HDF5_ZFP "Enable ZFP compression in HDF5" OFF) option(PELE_ENABLE_ASCENT "Enable Ascent in-situ visualization" OFF) option(PELE_ENABLE_HYPRE "Enable Offload to Hypre" OFF) -option(PELE_EXCLUDE_BUILD_IN_CI "Exclude some building when running CI" OFF) set(PELE_PRECISION "DOUBLE" CACHE STRING "Floating point precision SINGLE or DOUBLE") # Physics options