You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`.
The text was updated successfully, but these errors were encountered:
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.
Currently, building on mac with CLion shows this messages:
The text was updated successfully, but these errors were encountered: