FRUT icon indicating copy to clipboard operation
FRUT copied to clipboard

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

Open eyalamirmusic opened this issue 5 years ago • 2 comments

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`.

eyalamirmusic avatar Feb 14 '20 16:02 eyalamirmusic

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

McMartin avatar Feb 17 '20 08:02 McMartin

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.

eyalamirmusic avatar Feb 22 '20 17:02 eyalamirmusic