blob: 60cef4f0a1a8cf5610f83a9037593952142d2d48 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 3a93b29..e9e8d3b 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.10)
project(DISCOUNT C)
|