conan入门(十五):AttributeError: ‘CMake‘ object has no attribute ‘definitions‘
conan: AttributeError: ‘CMake’ object has no attribute ‘definitions’ 如下是一个简单的使用 conan new 加 --template 参数指定模板为 cmake_exe 生成的构建exe程序的conan包定义脚本(参见我的上一篇博客 《conan new 命令的新特性–模板功能(–template)》 ). conanfile…