diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-21 23:36:40 +0200 |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-05-22 10:57:10 +0200 |
commit | 4b45a5d5c7f9266e5ca08f6d5676759b9aac4235 (patch) | |
tree | e5f2e186a1492544eed21587aeb796ad713fbb52 /bootstrap | |
parent | 0bf53483295a4b7de358e8b85ad44866d89633c5 (diff) | |
download | cmake-4b45a5d5c7f9266e5ca08f6d5676759b9aac4235.tar.gz |
cmFileTimes: New RAII based cmFileTimes class
This adds a new RAII based cmFileTimes class.
It is supposed to replace the C style cmSystemToolsFileTime interface.
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -306,6 +306,7 @@ CMAKE_CXX_SOURCES="\ cmFileInstaller \ cmFileTime \ cmFileTimeCache \ + cmFileTimes \ cmFindBase \ cmFindCommon \ cmFindFileCommand \ |