diff options
author | Brad King <brad.king@kitware.com> | 2015-03-10 13:12:24 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-03-10 13:12:24 (GMT) |
commit | fa4617b7ea00474053b3d0278f316db226322626 (patch) | |
tree | 032d1d5803c63d203325a5477a83c4354e54049b /Tests/RunCMake/configure_file/DirInput.cmake | |
parent | a5505c4c53672a55f5e9e577ffb0ac3bd78c7847 (diff) | |
parent | 024e25e485f8d1dbca40521fbc0bcd61e383f413 (diff) | |
download | CMake-fa4617b7ea00474053b3d0278f316db226322626.zip CMake-fa4617b7ea00474053b3d0278f316db226322626.tar.gz CMake-fa4617b7ea00474053b3d0278f316db226322626.tar.bz2 |
Merge topic 'configure_file-NEWLINE_STYLE-no-warn'
024e25e4 Tests: Add more signature tests to RunCMake.configure_file test
3ef776fc configure_file: Do not warn about newline style arguments
Diffstat (limited to 'Tests/RunCMake/configure_file/DirInput.cmake')
-rw-r--r-- | Tests/RunCMake/configure_file/DirInput.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/configure_file/DirInput.cmake b/Tests/RunCMake/configure_file/DirInput.cmake new file mode 100644 index 0000000..920ea28 --- /dev/null +++ b/Tests/RunCMake/configure_file/DirInput.cmake @@ -0,0 +1 @@ +configure_file(. .) |