From 01432fd84b93c7fd9374565fc44cba2c2b7186e0 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 17 Apr 2020 14:31:29 +0200 Subject: [PATCH] Lower cmake min version to 3.10 for WSL --- client/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 973385c7a..b46e250fc 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.12.4) +cmake_minimum_required(VERSION 3.10) project(proxmark3) set(CMAKE_AUTOMOC ON)