_source_subfolder,strip_root=True)中加载conanfile )^ SyntaxError:无效语法
from conans importConanFile, CMake
name = 'network-monitor'
version = "0.1.0"generators = 'cmake_find_package'
. ├── bin ├── src ├── conanfile.py └── gcc-9.3.0-linux-x86-debug.profile 当尝试从bin文件夹中运行以下命令时,我得到一个错误,/gcc-9.3.0-linux-x86-debug.profile' profile: Specify the 'name' and the 'version' 但是如果我理解正确的话,应该在conanfile.py我应该在哪里定义install命令缺少的名称和版本号?相关
Visual提供了toolset_s的概念,例如对于Visual 2015和可选的["_Windows XP Support for C++“包](),还有工具集v140和v140_xp。使用CMake,我可以使用-T命令行标志指定使用CMake生成的解决方案文件使用的工具集,例如,cmake -T v140_clang_c2将生成项目解决方案文件,该文件配置为“VisualStudio2015如何告诉安装了适当Visual的</em