3rdParty-devel/CMakeLists.txt: Do not make cJSON depend on zlib

cJSON simply does not depend on zlib, so there is no need to add the
build-time dependency.


git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9574 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 739aed907cb9276f8ae996375df0c5dd097956f0
Former-commit-id: 33073862552c3a1f17b319c831cc45af1bf5339d
This commit is contained in:
xavi92 2024-10-27 07:48:29 +00:00
parent 3663ac317a
commit 197f34c78d

View file

@ -581,8 +581,7 @@ if(OPTION_CJSON)
ExternalProject_Add(${CJSON_PROJECT}
URL ${CJSON_URL}
URL_HASH ${CJSON_HASH}
CMAKE_ARGS ${CJSON_ARGS}
DEPENDS ${MINIZIP_PROJECT})
CMAKE_ARGS ${CJSON_ARGS})
else()
set(CJSON_PROJECT )
endif()