You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hi, after running git
submodule update --init --recursive
, it saysUnable 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!
The text was updated successfully, but these errors were encountered: