etbala / boostport

Boost Software License 1.0
1 stars 1 forks source link

Issue with updating submodules #2

Closed EdenBendheim closed 1 year ago

EdenBendheim commented 1 year ago

After running:

git submodule update --init --recursive

Recived:

fatal: No url found for submodule path 'boost/libs/accumulators' in .gitmodules
EdenBendheim commented 1 year ago

Seems the issue occurs from the submodules in libs not being properly made. Removing boost and re-cloning recursively now.

EdenBendheim commented 1 year ago

Fixed by removing boost folder

rm -r boost

then re cloning using

git clone --recurse-submodules git@github.com:boostorg/boost.git