cjson: add cmake compatibility flag

This commit is contained in:
Joachim Mairböck
2025-08-24 20:26:52 +02:00
parent c8dee85e91
commit 03a9bf2f82

View File

@@ -64,6 +64,7 @@ BUILD()
{
cmake -Bbuild -DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs . \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DENABLE_CJSON_UTILS=ON \
-DENABLE_CJSON_TEST=OFF