Skip to content

Commit 578a6d5

Browse files
committed
Update build instructions.
1 parent 5d558ed commit 578a6d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

documents/building/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ conan install . --build=missing --profile:build default --profile:host debug \
9494
Notes:
9595
- Use `--profile:host debug` or `--profile:host default` depending on the host (target) profile you want to generate builds for.
9696
- Replace or add `-o` options to selectively enable/disable bundles (see below).
97+
- Celix validates dependency options rather than autoconfigures them to avoid [dependency graph inconsistencies](https://github.com/conan-io/conan/issues/19692); incompatible options will cause validation errors.
9798

9899
Configure and build using the generated CMake preset (Conan will create presets named like `conan-debug` when
99100
using `--profile:host debug`, assuming the build_type is `Debug`):

0 commit comments

Comments
 (0)