-
Notifications
You must be signed in to change notification settings - Fork 128
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
Allow Setting CMAKE_CXX_STANDARD via Command Line in CMake #741
Comments
pmai
added a commit
that referenced
this issue
Nov 20, 2023
pmai
added a commit
that referenced
this issue
Nov 20, 2023
Signed-off-by: Pierre R. Mai <[email protected]>
pmai
added a commit
that referenced
this issue
Nov 22, 2023
Signed-off-by: Pierre R. Mai <[email protected]>
pmai
added a commit
to pmai/open-simulation-interface
that referenced
this issue
Jan 12, 2024
Signed-off-by: Pierre R. Mai <[email protected]>
pmai
added a commit
that referenced
this issue
Jan 15, 2024
Signed-off-by: Pierre R. Mai <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We at openPASS are planning to update protobuf to 3.22.0 or higher. However, for these versions of protobuf CMAKE_CXX_STANDARD 14 is required. But the CMAKELISTS.txt in open-simulation-interface hard-coded the CMAKE_CXX_STANDARD to 11. Therefore, it would be great if we there is an optional feature which also allows the user to set the CMAKE_CXX_STANDARD through command line.
The text was updated successfully, but these errors were encountered: