ivanmejiarocha / micro-service

sample micro-service in C++
MIT License
263 stars 129 forks source link

build error - CMAKE_CXX_COMPILER not set, after EnableLanguage #33

Open ronytigo opened 1 year ago

ronytigo commented 1 year ago

I tried the solution from https://github.com/ivanmejiarocha/micro-service/issues/2 (why not updating the README?) but that didn't help. I tried:

export CXX=g++-4.9
./build_dependencies.sh

and also tried


export CXX=/usr/bin/g++
./build_dependencies.sh