我需要在启用 Apple Hardened Runtime 的情况下构建我的 C++ 项目。 如何做到这一点? 我当前的构建步骤是: conan install . --build=missing cmake --preset conan-release cmake --build --preset conan-release c++ macos cmake conan mac-app-store ...
CMake functionality to collect shared libraries to create a relocatable bundle, as per the example below. Just add the ``CONAN_RUNTIME_LIB_DIRS`` variable in our ``CMakeLists.txt`` file. Just pass the ``CONAN_RUNTIME_LIB_DIRS`` variable to the ``DIRECTORIES`` argument ...
Describe the bug When running with Android NDK the CMake cache_variables aren't set in the CMakeCache.txt every-other time conan is run. This bug appeared in conan 2.7.0, and 2.6.0 does not have the bug. In this error output, you can see...