Skip to content

Commit

Permalink
#262 Reduce cmake version requirement to 2.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
xmrig committed Dec 16, 2017
1 parent d0852c6 commit 9fd354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 2.8)
project(xmrig)

option(WITH_LIBCPUID "Use Libcpuid" ON)
Expand Down

0 comments on commit 9fd354f

Please sign in to comment.