conan config install ${{ env.CONFIG_URL }} --type git -sf profiles -tf profiles conan create -s build_type=${{ matrix.build_type }} \ -s compiler.version=${{ matrix.compiler_version }} \ -s compiler.cppstd=${{ env.cppstd }} \ -pr:b=${{ matrix.profile }} -pr:h=${{ ...
Environment Details (include every applicable attribute) Operating System+version: macOS Monterey 12.6 (M1 architecture) Compiler+version: apple-clang 14.0 Conan version: 1.52.0 Python version: 3.10.6 Steps to reproduce (Include if Appli...
这里的CONAN_DISABLE_CHECK_COMPILER不是环境变量是cmake变量,所以要将在cmake交叉编译工具链文件添加下面这一行就好了 代码语言:javascript 复制 SET(CONAN_DISABLE_CHECK_COMPILERtrue) 参考资料 《conan_check_compiler()》 《CONAN_DISABLE_CHECK_COMPILER》...
It is necessary to add the ability to explicitly disable building with this dependency when it is not required. Describe the solution you'd like Add CMake option GRPC_USE_LIBSYSTEMD=ON/OFF or even ON/OFF/FORCE_ON (the latter will force-require libsystemd). 👍 3 kirpichik added kind/...
As discussed, this cannot be merged, it would be breaking to some users. We'll try to document this better in the docs, thanks for the feedback. Originally posted by @memsharded in conan-io/conan#17328 (comment)memsharded added this to the 2 milestone Nov 25, 2024 ...