conan icon indicating copy to clipboard operation
conan copied to clipboard

[question] How to build C++ project with Apple Hardened Runtime enabled?

Open stephane-archer opened this issue 3 months ago • 12 comments

What is your question?

Hi! I need to build my project with the Apple Hardened Runtime enabled. How to do that? My current build steps are currently:

conan install . --build=missing
cmake --preset conan-release
cmake --build --preset conan-release

Have you read the CONTRIBUTING guide?

  • [X] I've read the CONTRIBUTING guide

stephane-archer avatar May 18 '24 09:05 stephane-archer