mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-03 17:39:54 +00:00
cmake: update libicu to 73
This commit is contained in:
parent
f650e96363
commit
d42caf1fbc
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
|
||||||
libicudtd72.dll
|
libicudtd73.dll
|
||||||
libicuind72.dll
|
libicuind73.dll
|
||||||
libicuiod72.dll
|
libicuiod73.dll
|
||||||
libicutud72.dll
|
libicutud73.dll
|
||||||
libicuucd72.dll
|
libicuucd73.dll
|
||||||
)
|
)
|
||||||
else() # assume release
|
else() # assume release
|
||||||
list(APPEND WIN_DEPLOY_DLLS
|
list(APPEND WIN_DEPLOY_DLLS
|
||||||
libicudt72.dll
|
libicudt73.dll
|
||||||
libicuin72.dll
|
libicuin73.dll
|
||||||
libicuio72.dll
|
libicuio73.dll
|
||||||
libicutu72.dll
|
libicutu73.dll
|
||||||
libicuuc72.dll
|
libicuuc73.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