Commit ee15d00
authored
Fix CMake CMP0135 warnings for ExternalProject downloads (#5083)
Set cmake_policy(SET CMP0135 NEW) so that ExternalProject_Add URL
downloads use extraction-time timestamps instead of archive timestamps.
This silences the dev warnings from gbenchmark and googletest downloads.
Fixes #48521 parent 6eed3c4 commit ee15d00
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
| |||
0 commit comments