-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[build]1.3.1 apparently does not clone dependencies #248
Comments
Hello, @idruker-cerence! Would you mind providing me with a commands you use to clone and build?
? |
git clone -b 1.3.1 --depth 1 --recurse-submodules --shallow-submodules https://github.com/jinja2cpp/Jinja2Cpp.git ./third_party/jinja cmake -G "Unix Makefiles" -S ./third_party/jinja -B ./build |
Hello @rmorozov
are excluded. But that means that the submodule sources don't get cloned when cloning the entire project! Indeed, the cloning of 1.2.1 does clone the submodules
while that of 1.3.1
does not. As the result jinja 1.3.1 is missing sources and can't be built. I wonder if there is a reason of excluding the git submodules and if there is an updated instruction of 1.3.1 cloning. Thank you |
When launching a build, the dependencies must be cloned into third_party subdirectory. Apparently, that does not occur in 1.3.1. The issue does not exist in 1.2.1
The text was updated successfully, but these errors were encountered: