summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorSebastian Holtermann <sebholt@xwmw.org>2019-05-21 23:36:40 +0200
committerSebastian Holtermann <sebholt@xwmw.org>2019-05-22 10:57:10 +0200
commit4b45a5d5c7f9266e5ca08f6d5676759b9aac4235 (patch)
treee5f2e186a1492544eed21587aeb796ad713fbb52 /bootstrap
parent0bf53483295a4b7de358e8b85ad44866d89633c5 (diff)
downloadcmake-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-xbootstrap1
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap
index c5274ceff3..95d25b692a 100755
--- a/bootstrap
+++ b/bootstrap
@@ -306,6 +306,7 @@ CMAKE_CXX_SOURCES="\
cmFileInstaller \
cmFileTime \
cmFileTimeCache \
+ cmFileTimes \
cmFindBase \
cmFindCommon \
cmFindFileCommand \