Changes between Version 28 and Version 29 of CMakeModularizationStatus


Ignore:
Timestamp:
Jan 8, 2012, 2:48:35 PM (11 years ago)
Author:
Denis Arnaud
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CMakeModularizationStatus

    v28 v29  
    5454# Initialize the Git local configuration file
    5555git submodule init
    56 # Customize the sub-modules URLs in the .git/config file
    57 vi .git/config
     56# Customize the sub-modules URLs in the .git/config file (here, replace git:// by http://)
     57sed -i -e 's|git://|http://|g' .git/config
    5858# Fetch all the data from the super-project and check out the appropriate commit listed in it (.gitmodules)
    5959git submodule update                  # takes a couple of minutes