-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate git submodule initialization into configure script
- Added automatic initialization and update of git submodules during the configure step. - The script now checks if the project is within a Git repository and contains submodules. - If submodules exist, they are initialized and updated using 'git submodule init' and 'git submodule update --recursive'. - If the project is not a Git repository or contains no submodules, appropriate warnings are displayed.
- Loading branch information
Showing
1 changed file
with
69 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters