summaryrefslogtreecommitdiffstats
path: root/Tests/SimpleInstall/scripts/sample_script.bat
Commit message (Collapse)AuthorAgeFilesLines
* gitattributes: prefer `eol=crlf` to `-crlf`Ben Boeckel2017-08-231-1/+1
| | | | | | The `crlf` attribute is deprecated in Git. This also changes the given files to be in the index using LF newlines, but they will be checked out with CRLF newlines due to the attribute.
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized ↵Brad King2006-08-211-0/+1
cmFileCommand's implementation of FILE(INSTALL) a bit to help out. This addresses bug#1694 and partially addresses bug#2691.