Merge pull request #3176 from SChernykh/dev
Update cmake required version to 3.1
This commit is contained in:
commit
0171faffe7
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
cmake_minimum_required(VERSION 2.8.12)
|
||||
cmake_minimum_required(VERSION 3.1)
|
||||
project(xmrig)
|
||||
|
||||
option(WITH_HWLOC "Enable hwloc support" ON)
|
||||
|
|
Loading…
Reference in a new issue