- Notifications
You must be signed in to change notification settings - Fork1k
Commit8cc3d3f
fix: silence the warnings from ExternalProject_Add
CMake 3.24 introduced a change in behavior in ExternalProject_Add()regarding timestamps when extracting an archive.As updating the code would break compatibility with older CMake versions,this commit instead tells newer CMake versions to behave like older ones,using a policy setting.Note from the CMake docs:The OLD behavior of a policy is deprecated by definition and may be removed in a future version of CMake.-> so the code will have to be updated eventually, and compatibility be broken...1 parentc9a7509 commit8cc3d3f
2 files changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
6 | 11 | | |
7 | 12 | | |
8 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
61 | 66 | | |
62 | 67 | | |
63 | 68 | | |
| |||
0 commit comments
Comments
(0)