Commit 3504a0a
committed
[CMake] Remove set(CACHE) line for SWIFT_MODULE_ABI_NAME_PREFIX
Due to https://cmake.org/cmake/help/latest/policy/CMP0126.html
set(CACHE) overwrites the existing value if the cache has not been set
to any value. Since we don't need any default value, just remove it.1 parent ccab07f commit 3504a0a
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
0 commit comments