examples2
examples2 copied to clipboard
Conan 2.x examples
Tutorial from `tutorial\consuming_packages\simple_cmake_project\` does not build with commands provided from first lesson in documentation I am trying to follow (https://docs.conan.io/2/tutorial/consuming_packages/build_simple_cmake_project.html) When I do `conan install . --output-folder=build --build=missing`, it finishes...
This adds an example for using bazel test with Bazel >= 7.1. Refers to: https://github.com/conan-io/conan/pull/16196
https://github.com/conan-io/examples2/assets/66206278/58fc68b0-acce-4ff5-abe6-4a9c45ad1be7 # How to reproduce ``` git clone https://github.com/conan-io/examples2 cd examples2\examples\examples\libraries\imgui\introduction conan install . --build=missing cmake --preset conan-default cmake --build --preset conan-release cd build\Release .\dear-imgui-conan.exe ```
To support https://github.com/conan-io/docs/pull/3589
Some of Poco deps requires GCC >=7 - [x] Tested locally on Linux - [x] Tested locally on OSX - [ ] ~Tested locally on Windows~ No support for Windows...
The existing examples are great to get started with simple projects, but are not enough for more complex projects: - cmake/autotools/meson projects with multiple targets (e.g mpg123, vorbis, etc.). -...
when i run `conan profile detect --force`, it reports errors as following: Found gcc 11.2 gcc>=5, using the major as version Traceback (most recent call last): File "C:\Program Files\Python\Python310\lib\site-packages\conan\cli\cli.py", line...
I am learning about conan and try migrate conan 1.x recipes to conan 2.x. Could you please someone tell me where the `self.export_sources_folder` tis folder is define in following recipe...
I'm sorta noticing that the CONAN_INCLUDE_DIRS_XXX isn't substantiated by the CMakeDeps CMakeToolchain generators, ``` ❯ ls BZip2-Target-release.cmake ZLIB-release-armv8-data.cmake conanbuild.sh libxcrypt-Target-release.cmake pcre-Target-release.cmake BZip2-release-armv8-data.cmake ZLIBConfig.cmake conanbuildenv-release-armv8.sh libxcrypt-config-version.cmake pcre-config-version.cmake BZip2Config.cmake ZLIBConfigVersion.cmake conanrun.sh libxcrypt-config.cmake...