From 3f1aaad3aadefe69a30584439e82daa6eb77352e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Lind=C3=A9n?= Date: Sat, 28 May 2022 15:56:35 +0200 Subject: [PATCH] Include the version required for the example to work out-of-the-box --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 81c36b0..2a61320 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,10 @@ make test ## Using in your project ```cmake +cmake_minimum_required(VERSION 3.14) +# 3.11 and higher is supported, but this example uses +# `FetchContent_MakeAvailable` which is only available starting with 3.14. + include(FetchContent) FetchContent_Declare(Sodium