Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2023-05-17 08:04:33 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2023-05-17 08:04:33 +0300
commit37bea38a137dda4d90433fe91ac88b671035a5e1 (patch)
tree4e23bf170816ee7a4ea6662a9fb9aa8c5da92fc2
parentdbbf5d8992295aae669b8071eadad02f87d5faf0 (diff)
CMakeLists: Minimum version 3.14
Needed for NAME_WLE (see commit 9cdc4cf2104ba1592). Thanks for Ilya Maykov for noticing.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7875504..6395bf3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.14.0)
project(nanopb C)