From 8e38c03f6fb9d12b47902ebd737216abc9abcd31 Mon Sep 17 00:00:00 2001 From: PengZheng Date: Tue, 16 Jan 2024 23:11:03 +0800 Subject: [PATCH] Fix compilation error linux-build-apt CI. --- libs/error_injector/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/error_injector/CMakeLists.txt b/libs/error_injector/CMakeLists.txt index 0d5080458..8e84dde5c 100644 --- a/libs/error_injector/CMakeLists.txt +++ b/libs/error_injector/CMakeLists.txt @@ -43,7 +43,7 @@ if (ERROR_INJECTOR_MDNSRESPONDER) add_subdirectory(mdnsresponder) endif () -celix_subproject(ERROR_INJECTOR_JANSSON "Option to enable building the jansson error injector", OFF) +celix_subproject(ERROR_INJECTOR_JANSSON "Option to enable building the jansson error injector", ON) if (ERROR_INJECTOR_JANSSON) add_subdirectory(jansson) endif ()