Skip to content

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

@royshil

Description

@royshil

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/"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions