mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-17 00:07:51 +00:00
cmake: update libicu dll version
This commit is contained in:
parent
bbe4fe3763
commit
a3c25afb66
1 changed files with 10 additions and 10 deletions
|
@ -74,19 +74,19 @@ if(APPLE OR (WIN32 AND NOT STATIC))
|
||||||
)
|
)
|
||||||
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
list(APPEND WIN_DEPLOY_DLLS
|
||||||
libicudtd69.dll
|
libicudtd71.dll
|
||||||
libicuind69.dll
|
libicuind71.dll
|
||||||
libicuiod69.dll
|
libicuiod71.dll
|
||||||
libicutud69.dll
|
libicutud71.dll
|
||||||
libicuucd69.dll
|
libicuucd71.dll
|
||||||
)
|
)
|
||||||
else() # assume release
|
else() # assume release
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
list(APPEND WIN_DEPLOY_DLLS
|
||||||
libicudt69.dll
|
libicudt71.dll
|
||||||
libicuin69.dll
|
libicuin71.dll
|
||||||
libicuio69.dll
|
libicuio71.dll
|
||||||
libicutu69.dll
|
libicutu71.dll
|
||||||
libicuuc69.dll
|
libicuuc71.dll
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
list(TRANSFORM WIN_DEPLOY_DLLS PREPEND "$ENV{MSYSTEM_PREFIX}/bin/")
|
list(TRANSFORM WIN_DEPLOY_DLLS PREPEND "$ENV{MSYSTEM_PREFIX}/bin/")
|
||||||
|
|
Loading…
Reference in a new issue