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:
4
.gitignore
vendored
4
.gitignore
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user