From 508890c4c206bc66e11517799cf6ab89afa2854c Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Tue, 9 Apr 2019 16:40:21 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc4fa55..1b7d532 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,4 @@ target_link_libraries(cpm-test LarsParser) # Current Limitations - First version used: in diamond 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). +- No possibility not automatically update dependencies. To update a dependency, version numbers or git tags in the cmake scripts must be adapted manually.