You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Proposed fix:
The text was updated successfully, but these errors were encountered:
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:
Proposed fix:
The text was updated successfully, but these errors were encountered: