This commit is contained in:
Radovan Bast
2015-06-04 11:57:22 +02:00
parent d1baa79a05
commit b9fa44260f
7 changed files with 57 additions and 215 deletions

18
doc/updating-modules.rst Normal file
View File

@ -0,0 +1,18 @@
Updating CMake modules
======================
To update CMake modules you need to run the ``boostrap.py`` script::
cd cmake
python bootstrap.py ..
The CMake modules are not fetched or updated at configure time
or build time.
How to pin CMake modules to a certain version
---------------------------------------------
Write me ...