Skip to content

Commit

Permalink
Fix compilation error linux-build-apt CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
PengZheng committed Jan 17, 2024
1 parent 8e38c03 commit 58589ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/error_injector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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", ON)
celix_subproject(ERROR_INJECTOR_JANSSON "Option to enable building the jansson error injector" ON)
if (ERROR_INJECTOR_JANSSON)
add_subdirectory(jansson)
endif ()

0 comments on commit 58589ad

Please sign in to comment.