Skip to content

Commit

Permalink
feat(FAM): added FAMFDB option in CMakeLists
Browse files Browse the repository at this point in the history
  • Loading branch information
mcakircali committed Jun 13, 2024
1 parent 3dfbebd commit bee5b58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,12 @@ ecbuild_add_option( FEATURE SANDBOX
DESCRIPTION "build the sandbox stuff"
DEFAULT OFF )

### Enables the FAM support for FDB. (https://openfam.github.io/)
ecbuild_add_option( FEATURE FAMFDB
CONDITION eckit_HAVE_OPENFAM
DEFAULT OFF
DESCRIPTION "Enables the FAM support for FDB via OpenFAM" )

### build the tools

ecbuild_add_option( FEATURE BUILD_TOOLS
Expand Down

0 comments on commit bee5b58

Please sign in to comment.