fix minizip build
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9514 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: d882b435174abe845c18e024b30678cdee7017de Former-commit-id: ee13725326a72ad62cdc3469ba630f8decc0bdad
This commit is contained in:
parent
8217fa0031
commit
dc412e624e
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ else(OPTION_TINYGLTF)
|
|||
endif(OPTION_TINYGLTF)
|
||||
|
||||
if(OPTION_MINIZIP)
|
||||
set(MINIZIP_ARGS ${EXTERNALS_CMAKE_ARGS} -D CMAKE_DEBUG_POSTFIX= _D ZEXPORT="dllexport")
|
||||
set(MINIZIP_ARGS ${EXTERNALS_CMAKE_ARGS} -D CMAKE_DEBUG_POSTFIX= -D ZEXPORT="dllexport")
|
||||
ExternalProject_Add(${MINIZIP_PROJECT}
|
||||
URL ${MINIZIP_URL}
|
||||
URL_HASH ${MINIZIP_HASH}
|
||||
|
|
Loading…
Reference in a new issue