Skip to content

Commit a71d718

Browse files
authored
Merge pull request #4306 from eisenhauer/FixDerivedDevault
Restore the derived variable default to OFF
2 parents ad87043 + 10fcb3b commit a71d718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ adios_option(Sodium "Enable support for Sodium for encryption" AUTO)
186186
adios_option(Catalyst "Enable support for in situ visualization plugin using ParaView Catalyst" AUTO)
187187
adios_option(Campaign "Enable support for Campaigns (requires SQLite3 and ZLIB)" AUTO)
188188
adios_option(AWSSDK "Enable support for S3 compatible storage using AWS SDK's S3 module" OFF)
189-
adios_option(Derived_Variable "Enable support for derived variables" ON)
189+
adios_option(Derived_Variable "Enable support for derived variables" OFF)
190190
adios_option(PIP "Enable support for pip packaging" OFF)
191191
adios_option(XRootD "Enable support for XRootD" AUTO)
192192
adios_option(KVCACHE "Enable support for KVCache" OFF)

0 commit comments

Comments
 (0)