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:
parent
3663ac317a
commit
197f34c78d
1 changed files with 1 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue