[build,mac] require cJSON

we build with cJSON, so enforce it during build. Prevents other
installed libraries to be considered.
This commit is contained in:
akallabeth 2024-09-17 20:23:11 +02:00
parent 4d8a3a22e2
commit b62249402a

View File

@ -280,7 +280,9 @@ cmake -GNinja -Bfreerdp -S"$SCRIPT_PATH/.." \
-DWITH_INTERNAL_RC4=ON \
-DWITH_INTERNAL_MD4=ON \
-DWITH_INTERNAL_MD5=ON \
-DCHANNEL_RDPEAR=OFF
-DCHANNEL_RDPEAR=OFF \
-DWITH_CJSON_REQUIRED=ON
cmake --build freerdp
cmake --install freerdp