Skip to content

Commit

Permalink
Don't enable KVStore for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed May 1, 2023
1 parent e9ebbac commit aee7410
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 @@ -176,7 +176,7 @@ option(HERMES_ENABLE_POSIX_ADAPTER "Build the Hermes POSIX adapter." ON)
option(HERMES_ENABLE_STDIO_ADAPTER "Build the Hermes stdio adapter." ON)
option(HERMES_ENABLE_MPIIO_ADAPTER "Build the Hermes MPI-IO adapter." ON)
option(HERMES_ENABLE_PUBSUB_ADAPTER "Build the Hermes pub/sub adapter." ON)
option(HERMES_ENABLE_KVSTORE "Build the Hermes KVStore adapter." ON)
option(HERMES_ENABLE_KVSTORE "Build the Hermes KVStore adapter." OFF)
option(HERMES_ENABLE_VFD "Build the Hermes HDF5 Virtual File Driver" OFF)
option(HERMES_BUILD_ADAPTER_TESTS "Enable installation of tests." ON)
option(HERMES_INSTALL_TESTS "Enable installation of tests." OFF)
Expand Down

0 comments on commit aee7410

Please sign in to comment.