From 610448d2754293dada31b7082ef2d5f412563ac1 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 17 Apr 2019 13:11:16 +0200 Subject: [PATCH] Update README.md (#22) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aa0d0ce..fa99d66 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,5 @@ If you set the CMake option `CPM_REMOTE_PACKAGES_ONLY` to `On`, packages will al # Limitations -- **First version used** In diamond-shaped dependency graphs (e.g. `A` depends on `C`(v1.1) and `A` depends on `B` depends on `C`(v1.2)) the first added dependency will be used (in this case `C`@1.1). +- **First version used** In diamond-shaped dependency graphs (e.g. `A` depends on `C`(v1.1) and `A` depends on `B` depends on `C`(v1.2)) the first added dependency will be used (in this case `C`@1.1). If the current version is older than the version beeing added, or if provided options are incompatible, a CMake warning will be emitted. - **No auto-update** To update a dependency, version numbers or git tags in the cmake scripts must be adapted manually.