autocmake/doc/updating-modules.rst
Radovan Bast b9fa44260f more doc
2015-06-04 11:57:22 +02:00

19 lines
342 B
ReStructuredText

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 ...