Skip to content

Commit

Permalink
Merge pull request #4306 from eisenhauer/FixDerivedDevault
Browse files Browse the repository at this point in the history
Restore the derived variable default to OFF
  • Loading branch information
eisenhauer committed Aug 14, 2024
2 parents ad87043 + 10fcb3b commit a71d718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a71d718

Please sign in to comment.