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

Do not use "not" as it is not defined in MSVC #162

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

wolfv
Copy link
Contributor

@wolfv wolfv commented Jun 24, 2022

Additionally, the symbols are also not dllexport'ed for Windows/MSVC.

I've fixed that by adding set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS 1), but maybe you prefer manual visibility annotations?

@jonbinney
Copy link
Contributor

Sorry for the delayed response, and thanks for the fix! As far as exporting symbols - using CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS sounds good to me.

@jonbinney jonbinney merged commit 913a342 into ros-perception:ros2 Aug 7, 2024
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 this pull request may close these issues.

2 participants