From f13c3438592d21c6183d24c3851e20b36771c1d2 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Mon, 20 May 2019 11:34:35 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 99a53dd..df3be3e 100644 --- a/README.md +++ b/README.md @@ -128,9 +128,11 @@ if (nlohmann_json_ADDED) endif() ``` +Adding large repos works as well, but takes a while for the initial clone. + ### [Lua](https://www.lua.org) -Library without CMakeLists.txt, target must be created manually. +Lua does not oficially support CMake, so we query the sources and create our own target. ```cmake CPMAddPackage(