Skip to content

Commit

Permalink
Merge pull request #4210
Browse files Browse the repository at this point in the history
d42caf1 cmake: update libicu to 73 (selsta)
  • Loading branch information
luigi1111 committed Sep 15, 2023
2 parents 483b825 + d42caf1 commit 5ff0378
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cmake/Deploy.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,19 @@ if(APPLE OR (WIN32 AND NOT STATIC))
)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
list(APPEND WIN_DEPLOY_DLLS
libicudtd72.dll
libicuind72.dll
libicuiod72.dll
libicutud72.dll
libicuucd72.dll
libicudtd73.dll
libicuind73.dll
libicuiod73.dll
libicutud73.dll
libicuucd73.dll
)
else() # assume release
list(APPEND WIN_DEPLOY_DLLS
libicudt72.dll
libicuin72.dll
libicuio72.dll
libicutu72.dll
libicuuc72.dll
libicudt73.dll
libicuin73.dll
libicuio73.dll
libicutu73.dll
libicuuc73.dll
)
endif()
list(TRANSFORM WIN_DEPLOY_DLLS PREPEND "$ENV{MSYSTEM_PREFIX}/bin/")
Expand Down

0 comments on commit 5ff0378

Please sign in to comment.