1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 15:42:38 -05:00

Bump minimum CMake version to 3.10

This commit is contained in:
XMRig
2025-06-08 23:23:40 +07:00
parent a6a0f80b12
commit a7dcbb143e
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.5)
cmake_minimum_required(VERSION 3.10)
project(xmrig)
option(WITH_HWLOC "Enable hwloc support" ON)