Merge topic 'ExternalData-no-symlinks'

0de47b05 ExternalData: Add option to disable use of symlinks
This commit is contained in:
Brad King
2015-05-26 09:23:57 -04:00
committed by CMake Topic Stage
7 changed files with 32 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
ExternalData-no-symlinks
------------------------
* The :module:`ExternalData` module learned a new
:variable:`ExternalData_NO_SYMLINKS` option to disable use of
symbolic links to populate the real data files and use copies
instead.