Skip to content
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

Seems min C++ standard is now C++17 #330

Open
royshil opened this issue Jun 22, 2024 · 0 comments
Open

Seems min C++ standard is now C++17 #330

royshil opened this issue Jun 22, 2024 · 0 comments

Comments

@royshil
Copy link

royshil commented Jun 22, 2024

C++11 no longer builds with the latest ICU

It's a simple fix in the CMakeLists.txt file line 13

set(CMAKE_CXX_STANDARD 17)

Also adding to the build instructions the fact that ICU_ROOT must be specified e.g.

$ cmake .. -DICU_ROOT="C:/Users/.../Downloads/icu4c-75_1-Win64-MSVC2022/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant