-
Notifications
You must be signed in to change notification settings - Fork 516
[WIP] Adjust the standards for proto target to align with those of Protocol Buffers. #3800
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
base: main
Are you sure you want to change the base?
Changes from all commits
0ec2b1f
c3edc6f
ed2b117
43ce7c0
63110f9
55a82c5
a9184fe
1c29939
7cab857
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
|
|
@@ -333,6 +333,22 @@ elif [[ "$1" == "cmake.c++23.stl.test" ]]; then | |||||||
| eval "$MAKE_COMMAND" | ||||||||
| make test | ||||||||
| exit 0 | ||||||||
| elif [[ "$1" == "cmake.different_std.test" ]]; then | ||||||||
| cd "${BUILD_DIR}" | ||||||||
| rm -rf * | ||||||||
| cmake "${CMAKE_OPTIONS[@]}" \ | ||||||||
| -DWITH_METRICS_EXEMPLAR_PREVIEW=ON \ | ||||||||
| -DCMAKE_CXX_FLAGS="-Werror $CXXFLAGS" \ | ||||||||
| -DWITH_ASYNC_EXPORT_PREVIEW=ON \ | ||||||||
|
||||||||
| -DWITH_ASYNC_EXPORT_PREVIEW=ON \ | |
| -DWITH_ASYNC_EXPORT_PREVIEW=ON \ | |
| -DCMAKE_CXX_STANDARD=23 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The environment already set CMAKE_CXX_STANDARD, it should not be set here again.
Uh oh!
There was an error while loading. Please reload this page.