Changes between Version 28 and Version 29 of CMakeModularizationStatus
- Timestamp:
- Jan 8, 2012, 2:48:35 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CMakeModularizationStatus
v28 v29 54 54 # Initialize the Git local configuration file 55 55 git submodule init 56 # Customize the sub-modules URLs in the .git/config file 57 vi.git/config56 # Customize the sub-modules URLs in the .git/config file (here, replace git:// by http://) 57 sed -i -e 's|git://|http://|g' .git/config 58 58 # Fetch all the data from the super-project and check out the appropriate commit listed in it (.gitmodules) 59 59 git submodule update # takes a couple of minutes