The following issue has been SUBMITTED. ====================================================================== http://public.kitware.com/Bug/view.php?id=12461 ====================================================================== Reported By: Valentin Rusu Assigned To: ====================================================================== Project: CMake Issue ID: 12461 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-09-17 06:15 EDT Last Modified: 2011-09-17 06:15 EDT ====================================================================== Summary: externalproject_add with GIT : fetch without merge Description: Using externalproject_add via KDE superbuild project.
First time it correctly clones GIT repositories. Subsequent builds doing "git fetch". This updates GIT internal structures in the clone, but does not affect local sources, as the "git merge" step is not done. Possible solutions: - add "git merge" step, - replace "git fetch" with "git pull". ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-09-17 06:15 Valentin Rusu New Issue ====================================================================== _______________________________________________ cmake-developers mailing list [email protected] http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
