Hi, after running git submodule update --init --recursive, it says Unable to checkout '096156e5637ba8e8308f2c22160dc31765b69320' in submodule path 'third-party/boost-cmake'.
So I tried to down boost-cmake from its github page. Because of cmake version problem, I download the branch install_rules of boost-cmake. Then I tried to run the tests ./runTests.sh. And errors show that tests were not built successfully.
Any suggestions on how to fix it? Thanks!