Make nlohmann_json optional

This commit is contained in:
Isaac Connor
2025-07-19 19:00:17 -04:00
parent d5e81d3c4a
commit 4c5bae17d7
3 changed files with 12 additions and 1 deletions

View File

@@ -47,6 +47,7 @@
/* Few ZM options that are needed by the source code */
#cmakedefine ZM_MEM_MAPPED 1
#cmakedefine ZM_HAS_V4L2 1
#cmakedefine ZM_HAS_NLOHMANN_JSON 1
/* Its safe to assume that signal return type is void. This is a fix for zm_signal.h */
#define RETSIGTYPE void