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

CMAKE_OSX_ARCHITECTURES must be set with FORCE #990

Merged
merged 3 commits into from Sep 12, 2016
Merged

Conversation

codemercenary
Copy link
Contributor

CMAKE_OSX_ARCHITECTURES is actually assigned on the command line, and if not there, is assigned by CMake to an empty string. This means that it has a value when the set command is encountered, and therefore unless FORCE is also specified, the set will be ignored.

See leapmotion/standard#3 for more information.

`CMAKE_OSX_ARCHITECTURES` is actually assigned on the command line, and if not there, is assigned by CMake to an empty string.  This means that it has a value when the `set` command is encountered, and therefore unless `FORCE` is also specified, the `set` will be ignored.

See #3 for more information.
@codemercenary codemercenary force-pushed the upd-standard branch 2 times, most recently from 8219036 to 62177a4 Compare September 12, 2016 17:59
@gittyupagain gittyupagain merged commit 5a0e541 into master Sep 12, 2016
@gittyupagain gittyupagain deleted the upd-standard branch September 12, 2016 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants