ethereum-mining / ethminer

Ethereum miner with OpenCL, CUDA and stratum support
GNU General Public License v3.0
5.96k stars 2.28k forks source link

Cannot build on Ubunutu 18.04 LTS #1645

Closed jsamoun closed 5 years ago

jsamoun commented 5 years ago

I am unableto build ethminer on Ubuntu server 18.04LTS It fails with:

CMake Error at CMakeList.txt: 13 (hunter-add-package) Unknown CMake command "hunter_add_package" .

To reproduce: Latest repo cloned on ubuntu 18.04 LTS (all packages updated) (commit message: Merge Pull Request #1634 git submodule --init --recursive sone

mkdir build cd build cmake ..

jsamoun commented 5 years ago

Solved The git submodule command was not correctly done