From bff5455a899a69d5988366b2f4d175029a7e2362 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 30 Jul 2021 17:55:10 +0200
Subject: [PATCH] MAINT: Reduced CMake version to the one provided by Debian.

---
 DEPENDENCIES.md | 2 +-
 README_SETUP.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md
index 5004489..15b3e41 100644
--- a/DEPENDENCIES.md
+++ b/DEPENDENCIES.md
@@ -3,7 +3,7 @@
 
 # BUILD DOCS
 
-* >=cmake-3.14
+* >=cmake-3.13
 * >=protoc-3.12
 * =[protoc-gen-doc](https://github.com/pseudomuto/protoc-gen-doc@)-1.4.1
 * >=python-3.7
diff --git a/README_SETUP.md b/README_SETUP.md
index fd9a0ed..78222f0 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -32,6 +32,6 @@ Results are in `build/doc_out/index.html`.
 
 ### Dependencies
 
-* cmake >= v3.14
+* cmake >= v3.13
 * protoc >= v3.12
 * all the pypi packages from `doc/requirements.txt`.
-- 
GitLab