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

Variable cleaning fix for Mac OS X bug. #18

Merged
merged 1 commit into from
Oct 6, 2017

Conversation

magnific0
Copy link
Member

Tested by @aleixpinardell on his Mac. It shouldn't affect other OSes (confirmed on Linux by me). For more details see:

Tudat/tudat#210

@DominicDirkx
Copy link
Member

There is an endif() on line 136 of the old file that is removed. Without it, the file is no longer valid, as the if statement is never closed, adding the endif() after the

unset(Boost_MAJOR_VERSION)
unset(Boost_MINOR_VERSION)
unset(Boost_SUBMINOR_VERSION)

block makes it work fine (Tudat/tudat#245)

@DominicDirkx DominicDirkx merged commit 0b5d6d7 into Tudat:master Oct 6, 2017
@DominicDirkx DominicDirkx mentioned this pull request Oct 6, 2017
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