mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 07:37:23 +08:00
Lower cmake min version to 3.10 for WSL
This commit is contained in:
parent
1a344a933d
commit
01432fd84b
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 3.12.4)
|
||||
cmake_minimum_required(VERSION 3.10)
|
||||
project(proxmark3)
|
||||
|
||||
set(CMAKE_AUTOMOC ON)
|
||||
|
|
Loading…
Reference in a new issue