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

4
.gitignore vendored
View File

@ -4,9 +4,9 @@ __pycache__/
# generated by unit tests
test/*/CMakeLists.txt
test/*/build*/
test/*/cmake/update.py*
test/*/cmake/update.py
test/*/cmake/lib/
test/*/cmake/modules/
test/*/cmake/downloaded/
test/*/setup.py
# generated by doc/extract_rst.py