The following issue has been SUBMITTED. ====================================================================== https://cmake.org/Bug/view.php?id=16083 ====================================================================== Reported By: Ilya Assigned To: ====================================================================== Project: CMake Issue ID: 16083 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2016-04-26 17:13 EDT Last Modified: 2016-04-26 17:13 EDT ====================================================================== Summary: ExternalProject with empty GIT_SUBMODULES does not initialize submodules of submodules Description: Current implementation uses the following command to get submodules:
1. `git submodule init` 2. `submodule update --recursive` This is enough to initialize direct submodules of the repo, however it leaves submodules of submodules uninitialized. To address this, [2] (and possibly [1]) must be changed to `submodule update --recursive --init` Steps to Reproduce: 1. Add an external project that has submodule which has its own submodule 2. Try to pull sources of this project 3. Check that submodule of submodule was not initialized ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2016-04-26 17:13 Ilya New Issue ====================================================================== -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers