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

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

Open
AlexisCompain opened this issue Jul 9, 2024 · 0 comments · May be fixed by #47
Open

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

AlexisCompain opened this issue Jul 9, 2024 · 0 comments · May be fixed by #47

Comments

@AlexisCompain
Copy link

AlexisCompain commented Jul 9, 2024

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

@AlexisCompain AlexisCompain linked a pull request Jul 9, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant