You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.3 KiB
22 lines
1.3 KiB
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\.
|
|
.*
|
|
CMake Warning \(dev\) at .*/Modules/FetchContent.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\.
|