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

Feature request: support entitlements and hardened runtime on non-xcode builds for mac #602

Open
eyalamirmusic opened this issue Feb 14, 2020 · 2 comments

Comments

@eyalamirmusic
Copy link

Currently, building on mac with CLion shows this messages:

CMake Warning at SDKs/FRUT/cmake/Reprojucer.cmake:5312 (message):
  Reprojucer.cmake only supports entitlements when using the Xcode generator.
  You should call `cmake -G Xcode` if you want to use entitlements.
CMake Warning at SDKs/FRUT/cmake/Reprojucer.cmake:1107 (message):
  USE_HARDENED_RUNTIME is only supported when using the Xcode generator.  You
  should call `cmake -G Xcode`.
@McMartin
Copy link
Owner

For reference, you can "call cmake -G Xcode" in CLion:
Screen Shot 2020-02-16 at 12 49 49

@eyalamirmusic
Copy link
Author

Yes, that worked and removed those warnings, but also isn't the natural way of using CLion (and has weird behavior when you build/debug/etc) so it would be great if this could work without using that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants