cmake_helper_utils_conan 源码
关于 CMake的助手。 # NOTE: change `build_type=Debug` to `build_type=Release` in production # NOTE: use --build=missing if you got error `ERROR: Missing prebuilt package` CONAN_REVISIONS_ENABLED=1 \ CONAN_VERBOSE_TRACEBACK=1 \ CONAN_PRINT_RUN_COMMANDS=1 \ CONAN_LOGGING_LEVEL=10 \ GIT_SSL_NO_VERIFY=true \ cmake -E time \ conan create . conan/stable \ -s build_type=Debug \ --profile
下载地址
用户评论