From cd91713d10aaa72bf8d972819b4c46593f5608fa Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Wed, 22 May 2019 00:16:11 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eecf4bd..bc2f2bb 100644 --- a/README.md +++ b/README.md @@ -166,8 +166,8 @@ If `CPM_LOCAL_PACKAGES_ONLY` is set, CPM will error when dependency is not found - **Cross-Plattform** CPM adds projects via `add_subdirectory`, which is compatible with all cmake toolchains and generators. - **Reproducable builds** By using versioning via git tags it is ensured that a project will always be in the same state everywhere. - **Recursive dependencies** Ensures that no dependency is added twice and is added in the minimum required version. -- **No installation required** No need to install anything. Just add the script to your project and you're good to go. -- **No Setup required** There is a good chance your existing projects already work as CPM dependencies. +- **Plug-and-play** No need to install anything. Just add the script to your project and you're good to go. +- **No packaging required** There is a good chance your existing projects already work as CPM dependencies. - **Simple source distribution** CPM makes including projects with source files and dependencies easy, reducing the need for monolithic header files. ## Limitations