mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-22 10:44:46 +00:00
cmake: WIN_DEPLOY_DLLS - update libicu version to 68
This commit is contained in:
parent
02ae14fd6b
commit
b3ad95fdfc
1 changed files with 10 additions and 10 deletions
|
@ -78,19 +78,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
|
||||||
libicudtd67.dll
|
libicudtd68.dll
|
||||||
libicuind67.dll
|
libicuind68.dll
|
||||||
libicuiod67.dll
|
libicuiod68.dll
|
||||||
libicutud67.dll
|
libicutud68.dll
|
||||||
libicuucd67.dll
|
libicuucd68.dll
|
||||||
)
|
)
|
||||||
else() # assume release
|
else() # assume release
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
list(APPEND WIN_DEPLOY_DLLS
|
||||||
libicudt67.dll
|
libicudt68.dll
|
||||||
libicuin67.dll
|
libicuin68.dll
|
||||||
libicuio67.dll
|
libicuio68.dll
|
||||||
libicutu67.dll
|
libicutu68.dll
|
||||||
libicuuc67.dll
|
libicuuc68.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