summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeTests
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2012-12-05 14:55:27 (GMT)
committerDavid Cole <david.cole@kitware.com>2012-12-05 15:39:11 (GMT)
commitd842d9062297435747117bd74b6e184cedd345cc (patch)
treefdd543c8ecf3b0d88b9ab97402795441514454b6 /Tests/CMakeTests
parent711e2b3b5c674d4f754b5b214d511be6ce7e8f4d (diff)
downloadCMake-d842d9062297435747117bd74b6e184cedd345cc.zip
CMake-d842d9062297435747117bd74b6e184cedd345cc.tar.gz
CMake-d842d9062297435747117bd74b6e184cedd345cc.tar.bz2
CMake: Stylistic changes and documentation tweaks
...for the contributed file and string TIMESTAMP sub-commands.
Diffstat (limited to 'Tests/CMakeTests')
-rw-r--r--Tests/CMakeTests/String-TIMESTAMP-DefaulFormatUTC.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/CMakeTests/String-TIMESTAMP-DefaulFormatUTC.cmake b/Tests/CMakeTests/String-TIMESTAMP-DefaulFormatUTC.cmake
deleted file mode 100644
index dad6a8d..0000000
--- a/Tests/CMakeTests/String-TIMESTAMP-DefaulFormatUTC.cmake
+++ /dev/null
@@ -1,2 +0,0 @@
-string(TIMESTAMP output UTC)
-message("~${output}~")