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

@ -37,8 +37,8 @@ creates ``CMakeLists.txt`` and ``setup.py`` in the build path::
python update.py ..
The script also copies or downloads CMake modules specified in ``autocmake.cfg`` to a directory
called ``modules/``::
The script also downloads remote CMake modules specified in ``autocmake.cfg`` to a directory
called ``downloaded/``::
cmake/
update.py
@ -46,7 +46,7 @@ called ``modules/``::
lib/
config.py
docopt.py
modules/ # CMakeLists.txt includes CMake modules from this directory
downloaded/ # contains CMake modules fetched from the web
Building the project