You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ethminer/CMakeLists.txt
-4Lines changed: 0 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ set(CMAKE_CXX_STANDARD 17)
24
24
set(CMAKE_CXX_STANDARD_REQUIRED ON)
25
25
set(CMAKE_CXX_EXTENSIONS OFF)
26
26
27
-
if(NOTDEFINED ENV{ethash_DIR})
28
-
message(FATAL_ERROR "Before proceeding, please install the ethash v0.4.3 that is included with the source code. Then set ethash_DIR=/path/to/install/directory")
0 commit comments