Conan 1.63 Documentationcpp_info default values There are some defaults in self.cpp_info object that are not the same in Conan 2.X than in Conan 1.X (except for Conan >= 1.50 if the layout() method is declared): self.cpp_info.includedirs print("Running Conan 1") else: print("Running Conan 2") 2.2 Commands There is no “compatible with 2.X” commands introduced in Conan 1.X. You will need to adapt to the new commands once you migrate to Conan versus 2.0 commands, see the Conan 2.0 Cheat Sheet Blog Post. 2.2.1 Changes to expect JSON output in 2.X commands In Conan version 1.X, you can use the --json flag followed by the path to the output file0 码力 | 995 页 | 7.54 MB | 1 年前3
Conan 1.62 Documentationcpp_info default values There are some defaults in self.cpp_info object that are not the same in Conan 2.X than in Conan 1.X (except for Conan >= 1.50 if the layout() method is declared): self.cpp_info.includedirs require. • unknown: The type of the package is unknown. 2.2 Commands There is no “compatible with 2.X” commands introduced in Conan 1.X. You will need to adapt to the new commands once you migrate to Conan versus 2.0 commands, see the Conan 2.0 Cheat Sheet Blog Post. 2.2.1 Changes to expect JSON output in 2.X commands In Conan version 1.X, you can use the --json flag followed by the path to the output file0 码力 | 993 页 | 7.53 MB | 1 年前3
Conan 1.64 Documentationcpp_info default values There are some defaults in self.cpp_info object that are not the same in Conan 2.X than in Conan 1.X (except for Conan >= 1.50 if the layout() method is declared): self.cpp_info.includedirs print("Running Conan 1") else: print("Running Conan 2") 2.2 Commands There is no “compatible with 2.X” commands introduced in Conan 1.X. You will need to adapt to the new commands once you migrate to Conan versus 2.0 commands, see the Conan 2.0 Cheat Sheet Blog Post. 2.2.1 Changes to expect JSON output in 2.X commands In Conan version 1.X, you can use the --json flag followed by the path to the output file0 码力 | 999 页 | 7.54 MB | 1 年前3
Conan 1 Documentationcpp_info default values There are some defaults in self.cpp_info object that are not the same in Conan 2.X than in Conan 1.X (except for Conan >= 1.50 if the layout() method is declared): self.cpp_info.includedirs Migrating the recipes 27 Conan Documentation, Release 1.64.1 2.2 Commands There is no “compatible with 2.X” commands introduced in Conan 1.X. You will need to adapt to the new commands once you migrate to Conan versus 2.0 commands, see the Conan 2.0 Cheat Sheet Blog Post. 2.2.1 Changes to expect JSON output in 2.X commands In Conan version 1.X, you can use the --json flag followed by the path to the output file0 码力 | 975 页 | 8.75 MB | 1 年前3
Conan 1.60 Documentationcpp_info default values There are some defaults in self.cpp_info object that are not the same in Conan 2.X than in Conan 1.X (except for Conan >= 1.50 if the layout() method is declared): self.cpp_info.includedirs require. • unknown: The type of the package is unknown. 2.2 Commands There is no “compatible with 2.X” commands introduced in Conan 1.X. You will need to adapt to the new commands once you migrate to Conan versus 2.0 commands, see the Conan 2.0 Cheat Sheet Blog Post. 2.2.1 Changes to expect JSON output in 2.X commands In Conan version 1.X, you can use the --json flag followed by the path to the output file0 码力 | 983 页 | 7.51 MB | 1 年前3
Conan 1.61 Documentationcpp_info default values There are some defaults in self.cpp_info object that are not the same in Conan 2.X than in Conan 1.X (except for Conan >= 1.50 if the layout() method is declared): self.cpp_info.includedirs require. • unknown: The type of the package is unknown. 2.2 Commands There is no “compatible with 2.X” commands introduced in Conan 1.X. You will need to adapt to the new commands once you migrate to Conan versus 2.0 commands, see the Conan 2.0 Cheat Sheet Blog Post. 2.2.1 Changes to expect JSON output in 2.X commands In Conan version 1.X, you can use the --json flag followed by the path to the output file0 码力 | 985 页 | 7.52 MB | 1 年前3
Conan 1.59 Documentationcpp_info default values There are some defaults in self.cpp_info object that are not the same in Conan 2.X than in Conan 1.X (except for Conan >= 1.50 if the layout() method is declared): self.cpp_info.includedirs Migrating the recipes 27 Conan Documentation, Release 1.59.0 2.2 Commands There is no “compatible with 2.X” commands introduced in Conan 1.X. You will need to adapt to the new commands once you migrate to Conan • Only ConanFile is passed as parameter; • Pre and Post Download are no longer supported in Conan 2.x • Added Pre and Post Generator 2.3.6 Environment Variables Work in progress 2.3. General changes0 码力 | 983 页 | 7.72 MB | 1 年前3
Conan 1.58 Documentationcpp_info default values There are some defaults in self.cpp_info object that are not the same in Conan 2.X than in Conan 1.X (except for Conan >= 1.50 if the layout() method is declared): self.cpp_info.includedirs Migrating the recipes 27 Conan Documentation, Release 1.58.0 2.2 Commands There is no “compatible with 2.X” commands introduced in Conan 1.X. You will need to adapt to the new commands once you migrate to Conan • Only ConanFile is passed as parameter; • Pre and Post Download are no longer supported in Conan 2.x • Added Pre and Post Generator 2.3.6 Environment Variables Work in progress 2.3. General changes0 码力 | 979 页 | 7.71 MB | 1 年前3
Conan 1.56 Documentationcpp_info default values There are some defaults in self.cpp_info object that are not the same in Conan 2.X than in Conan 1.X (except for Conan >= 1.50 if the layout() method is declared): self.cpp_info.includedirs system. package_manager:mode='check' is set by default. 2.2 Commands There is no “compatible with 2.X” commands introduced in Conan 1.X. You will need to adapt to the new commands once you migrate to Conan (export, create and export-pkg commands). Since Conan 1.47, it has also being added a checker for Conan 2.x deprecated imports like from conans import xxxxx (you should use from conan import xxxxx instead) as0 码力 | 963 页 | 7.67 MB | 1 年前3
Conan 1.52 Documentationcpp_info default values There are some defaults in self.cpp_info object that are not the same in Conan 2.X than in Conan 1.X (except for Conan >= 1.50 if the layout() method is declared): self.cpp_info.includedirs tools.system. package_manager:mode='check' by default. 2.2 Commands There is no “compatible with 2.X” commands introduced in Conan 1.X. You will need to adapt to the new commands once you migrate to Conan (export, create and export-pkg commands). Since Conan 1.47, it has also being added a checker for Conan 2.x deprecated imports like from conans import xxxxx (you should use from conan import xxxxx instead) as0 码力 | 943 页 | 7.62 MB | 1 年前3
共 74 条
- 1
- 2
- 3
- 4
- 5
- 6
- 8













