Skip to content

CMake adjustments #69

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

Merged
merged 3 commits into from
Mar 9, 2020
Merged

CMake adjustments #69

merged 3 commits into from
Mar 9, 2020

Conversation

compnerd
Copy link
Collaborator

@compnerd compnerd commented Mar 6, 2020

Replace this paragraph with a description of your changes and rationale. Provide links to an existing issue or external references/discussions, if appropriate.

Checklist

  • I've added at least one test that validates that my change is working, if appropriate
  • I've followed the code style of the rest of the project
  • I've read the Contribution Guidelines
  • I've updated the documentation if necessary

compnerd added 3 commits March 6, 2020 14:21
Unfortunately, XCTest importing is not working for some reason
currently.  However, this allows you to build on Darwin as follows:

```
cmake -G Ninja -D CMAKE_BUILD_TYPE=Release -D BUILD_TESTING=NO -S . -B out
ninja -C out
```

Windows and Linux builds remain functional.
Although this goes contrary to best practices for CMake, this helps keep
the source tree a bit leaner for the Examples.
@natecook1000
Copy link
Member

Thanks, @compnerd!

@natecook1000 natecook1000 merged commit 215a8bf into apple:master Mar 9, 2020
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