From 2fed442a18d996513c3f7e086d7ae822e8f2a474 Mon Sep 17 00:00:00 2001 From: Emanuele Danovaro Date: Mon, 10 Jun 2024 14:20:36 +0100 Subject: [PATCH] fix FDB daos tests --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 88d4bdcf4..c7ad4726a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -99,7 +99,7 @@ ecbuild_add_option( FEATURE DAOSFDB DESCRIPTION "DAOS support for FDB Store" ) ecbuild_add_option( FEATURE DAOS_ADMIN - DEFAULT OFF + DEFAULT ${_default_dummy_daos} CONDITION HAVE_DAOSFDB AND DAOS_TESTS_FOUND DESCRIPTION "Add features for DAOS pool management. Removes need to manually create a pool for DAOS unit tests" )