From 10fcb3bc772105b63894fa2ac84dcf5c41e445d4 Mon Sep 17 00:00:00 2001 From: Greg Eisenhauer Date: Wed, 14 Aug 2024 14:45:13 -0400 Subject: [PATCH] Restore the derived variable default to OFF --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 75b7b6e356..95d5c76b50 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,7 +186,7 @@ adios_option(Sodium "Enable support for Sodium for encryption" AUTO) adios_option(Catalyst "Enable support for in situ visualization plugin using ParaView Catalyst" AUTO) adios_option(Campaign "Enable support for Campaigns (requires SQLite3 and ZLIB)" AUTO) adios_option(AWSSDK "Enable support for S3 compatible storage using AWS SDK's S3 module" OFF) -adios_option(Derived_Variable "Enable support for derived variables" ON) +adios_option(Derived_Variable "Enable support for derived variables" OFF) adios_option(PIP "Enable support for pip packaging" OFF) adios_option(XRootD "Enable support for XRootD" AUTO) adios_option(KVCACHE "Enable support for KVCache" OFF)