Skip to content

CMake build should specify C++ version #51

Description

@DDoS

According to the Meson build, this project requires at least C++11. This isn't specified in the CMake build, which means an older version of C++ might be used. We've seen this happen in practice.

set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_STANDARD 11)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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