Browse Source

Update "CUDA disabled" message

master
Paweł Bylica 8 years ago
parent
commit
4a1e3c2d5c
No known key found for this signature in database GPG Key ID: 7A0C037434FE77EF
  1. 4
      ethminer/MinerAux.h

4
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
}

Loading…
Cancel
Save