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

Avoid check macro collision. #1165

Merged
merged 2 commits into from
Oct 20, 2017

Conversation

mikepurvis
Copy link
Member

Fixes the issue described here: mikepurvis/ros-install-osx#84 (comment)

CMakeLists.txt Outdated
@@ -89,6 +89,7 @@ endif(NOT DEFINED OGRE_OV_LIBRARIES_ABS)
if(APPLE)
FIND_LIBRARY(Cocoa_LIBRARIES Cocoa)
set(rviz_ADDITIONAL_LIBRARIES ${Cocoa_LIBRARIES})
add_definitions(-D__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES=0)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add a comment here describing why this is needed? If I read this a few years from now, I might just remove it because I have not idea what's its purpose is (well I wouldn't but someone might).

@mikepurvis
Copy link
Member Author

Commented as suggested.

@wjwwood wjwwood merged commit 150c894 into ros-visualization:kinetic-devel Oct 20, 2017
@mikepurvis mikepurvis deleted the patch-1 branch October 21, 2017 01:17
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