summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CMP0135/CMP0135-WARN-stderr.txt
blob: 8ba00274f294906a7cf460d7fddf4edc0d155762 (plain)
1
2
3
4
5
6
7
8
9
10
CMake Warning \(dev\) at .*/Modules/ExternalProject.cmake:[0-9]+ \(message\):
  The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  not set\.  The policy's OLD behavior will be used\.  When using a URL
  download, the timestamps of extracted files should preferably be that of
  the time of extraction, otherwise code that depends on the extracted
  contents might not be rebuilt if the URL changes\.  The OLD behavior
  preserves the timestamps from the archive instead, but this is usually not
  what you want\.  Update your project to the NEW behavior or specify the
  DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  robustness issue\.