summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lang')
-rw-r--r--lang/c/CMakeLists.txt2
-rw-r--r--lang/rust/CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/lang/c/CMakeLists.txt b/lang/c/CMakeLists.txt
index 9ccc89f2..94ffd42a 100644
--- a/lang/c/CMakeLists.txt
+++ b/lang/c/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR)
project(lang_pseudoc)
diff --git a/lang/rust/CMakeLists.txt b/lang/rust/CMakeLists.txt
index e374d8e9..41d424b1 100644
--- a/lang/rust/CMakeLists.txt
+++ b/lang/rust/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
+cmake_minimum_required(VERSION 3.9...3.15 FATAL_ERROR)
project(lang_pseudorust)