embxx_on_rpi
embxx_on_rpi copied to clipboard
Cmake fails to configure because of non-public address.
Following the instructions I ran cmake on the top level CMakeLists.txt. Unfortunately the git clone fails because the path to the external module is not public, i.e. it starts with 'git://'. The fix is simple. Edit .gitmodules so that the url starts with 'https://'.
Please submit a pull request