-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add ICU version check to ensure minimum of version 61 is used. #1866
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Note this should currently fail CI testing due to SR-9699 |
@swift-ci test |
cc @compnerd What ICU version do you have with Windows? Or are you compiling it from the ICU source tree as part of the build? |
@spevans - I'm not compiling it from source, for now, I'm using 63.1. |
@compnerd FYI, there are some tests that are broken with ICU63, mostly to do with |
Thanks for the heads up, I'm still trying to get Foundation to build, let alone test though. Pretty close, |
@swift-ci test |
@compnerd @millenomi Any objections to merging this to prevent future ICU nonsense? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (minus the one trivial bug)
CoreFoundation/CMakeLists.txt
Outdated
if(ICU_VERSION VERSION_LESS ${ICU_MINIMUM_VERSION}) | ||
message(FATAL_ERROR "ICU version ${ICU_VERSION} is less than required version ${ICU_MINIMUM_VERSION}") | ||
endif() | ||
message(STATUS, "ICU_INCLUDE_DIR: ${ICU_INCLUDE_DIR}") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove the ,
.
817c301
to
021533b
Compare
@swift-ci test |
@swift-ci test and merge |
1 similar comment
@swift-ci test and merge |
No description provided.