diff options
author | Brad King <brad.king@kitware.com> | 2015-01-20 14:20:12 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2015-01-20 14:20:12 (GMT) |
commit | 1ef4e3ab4534d0b24031045a476ff223574c38ec (patch) | |
tree | 2ec200171c530d69f888d285bdf413ffb571a4a6 /Source/CMakeLists.txt | |
parent | 770131c9731b3bb6276816195ac6a22f63847516 (diff) | |
parent | 3a60c899fce77f221cba670b62c90fe2d2daffed (diff) | |
download | CMake-1ef4e3ab4534d0b24031045a476ff223574c38ec.zip CMake-1ef4e3ab4534d0b24031045a476ff223574c38ec.tar.gz CMake-1ef4e3ab4534d0b24031045a476ff223574c38ec.tar.bz2 |
Merge topic 'cmake-E-tar-mtime'
3a60c899 cmake: Teach "-E tar" command a "--mtime=" option
90f9c427 cmake: Teach "-E tar" to report file name on failure to read from disk
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 96f4709..caabd43 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -335,6 +335,8 @@ set(SRCS cmake.cxx cmake.h + cm_get_date.h + cm_get_date.c cm_sha2.h cm_sha2.c cm_utf8.h |