Skip to content

Build issue with MSVC2019 (missing cpp set standard) #46

@AlexisCompain

Description

@AlexisCompain

We recently update to vsomeip 3.4.10 and capi-someip to 3.2.3, and it seems that now the cpp standard 17 is required to build properly,
It is needed by MSVC19 as defaults standard is cpp14

In the cmakelist the set(CMAKE_CXX_STANDARD 17) is missing to precise the cpp standard
Note: The setStandard is properly set in vsomeip cmakelist

Issue:
image

Proposed fix:
image

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