Paweł Bylica
8 years ago
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with
2 additions and
2 deletions
-
ethminer/MinerAux.h
|
|
@ -522,9 +522,9 @@ public: |
|
|
|
)) |
|
|
|
exit(1); |
|
|
|
|
|
|
|
EthashCUDAMiner::setParallelHash(m_parallelHash); |
|
|
|
EthashCUDAMiner::setParallelHash(m_parallelHash); |
|
|
|
#else |
|
|
|
cerr << "Selected CUDA mining without having compiled with -DETHASHCUDA=1 or -DBUNDLE=cudaminer" << endl; |
|
|
|
cerr << "CUDA support disabled. Configure project build with -DETHASHCUDA=ON" << endl; |
|
|
|
exit(1); |
|
|
|
#endif |
|
|
|
} |
|
|
|