avoid code duplication with local cmake modules; fixes #32

the directory for downloaded modules is renamed from modules/ to downloaded/
This commit is contained in:
Radovan Bast
2015-07-17 10:37:01 +02:00
parent 6e97708f50
commit bafae8ab61
5 changed files with 44 additions and 39 deletions

View File

@ -3,7 +3,7 @@
Updating CMake modules
======================
To update CMake modules you need to run the ``update.py`` script::
To update CMake modules fetched from the web you need to run the ``update.py`` script::
cd cmake
python update.py ..