-
# Summary
Building with conan following the instructions in README.md leads to an error:
```
conan install .. --build missing --profile inteldpcpp_lnx -o build_shared_libs=False
Configuration:
[s…
-
### What is your question?
When running `conan install` of an app with a large number of dependencies, it takes a *very long time* to calculate the dependencies and generate the output. Furthermore, …
-
conan graph lock
conan ... --lockfile
-
@offa Would you be willing to submit this package to [ConanCenter](https://conan.io/center) to make it available to a wider audience? The instructions for submitting a new package are at .
-
when I add custom data in conandata.yml.
```
system-packages:
ubuntu:
libunwind: libunwind-dev
glib-2.0: libglib2.0-dev
fedora:
libunwind: libunwind-devel
glib-2.0: glib-…
-
conan_load_buildinfo assumes that the conan file is located in the binary dir:
`if(EXISTS "${CMAKE_CURRENT_BINARY_DIR}/${_CONANBUILDINFO}")`
However when passing install_folder this is no longer the…
L-M-V updated
5 years ago
-
Using pmm from both a top-level project and a sub-project fails, because conan tries to define an already-existing target
**top-level**
```cmake
# ...
pmm(CONAN)
conan_set_find_paths() # I …
-
`pybind11` is a headers only library, but it exposes a bunch of targets that the consumer can link to in order to inherit build options and flags.
Here it is the complete list
https://pybind11.readt…
-
Yes, we already tried [COMMON_ISSUES](https://github.com/cla-assistant/cla-assistant/blob/main/COMMON_ISSUES.md) suggestions. No effect.
## URL to the linked Repository or Organization
https://c…
-
With Conan client, we can specify multiple profiles in the command line.
The applied configuration will be the composition of all the profiles applied in the order they are specified.
This is called…