-
Notifications
You must be signed in to change notification settings - Fork 166
[Geneva] Update opentelemetry-cpp to 1.21.0 #552
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
[Geneva] Update opentelemetry-cpp to 1.21.0 #552
Conversation
@dbarker FYI, this adopts the |
FILES_MATCHING | ||
PATTERN "*.h") | ||
else() | ||
set_target_properties( |
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.
In a future PR these target properties can be moved to above the MAIN_PROJECT conditional so the export name of the targets is the same for both cases.
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.
Addressed it in the new PR below.
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.
Thanks. I've added some comments. These export name properties are good to set unconditionally after add_library.
No description provided.