diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-08-05 19:32:33 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-08-05 19:32:33 (GMT) |
commit | 1efa2d7395e954a736c67ef5cdff00444eab5a9c (patch) | |
tree | 4a43e4b3f94dd1a9d53940cb442ef03ac8435012 /CMakeLists.txt | |
parent | f0c47dd142be978e684742b8af9cacbf99d5b651 (diff) | |
download | hdf5-1efa2d7395e954a736c67ef5cdff00444eab5a9c.zip hdf5-1efa2d7395e954a736c67ef5cdff00444eab5a9c.tar.gz hdf5-1efa2d7395e954a736c67ef5cdff00444eab5a9c.tar.bz2 |
[svn-r27468] Merge corrections found elsewhere
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a552a0..fda7d75 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -87,6 +87,7 @@ endif () # # Add the sub project # add_subdirectory (Utilities/hdf5-1.8) #----------------------------------------------------------------------------- +string(TIMESTAMP CONFIG_DATE "%Y-%m-%d") #----------------------------------------------------------------------------- # Allow Visual Studio solution directories |