Skip to content

Commit 6e97f54

Browse files
committed
Stick to using static ICU for CI builds for compatibility
1 parent 82c3801 commit 6e97f54

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CMakePresets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,8 @@
9696
"description": "Build for Linux x86_64 on CI",
9797
"cacheVariables": {
9898
"CMAKE_BUILD_TYPE": "RelWithDebInfo",
99-
"CMAKE_COMPILE_WARNING_AS_ERROR": true
99+
"CMAKE_COMPILE_WARNING_AS_ERROR": true,
100+
"USE_SYSTEM_ICU": false
100101
}
101102
},
102103
{

0 commit comments

Comments
 (0)