blob: b36727b159bdb9492ef98aaee67029d1272d1381 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
See also: https://github.com/Aorimn/dislocker/issues/343
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
# USA.
-cmake_minimum_required (VERSION 2.6)
+cmake_minimum_required (VERSION 3.10)
project (dislocker C)
set (AUTHOR "Romain Coltel")
|