Commit 2974609
committed
Fix(CI): fix pyabacus link error and CMake CMP0177 policy
pyabacus/src/hsolver/CMakeLists.txt: add psi_paging.cpp to diagopack
library sources. Fixes undefined symbol get_cpu_pointer_safe which is
defined in psi_paging.cpp.
CMakeLists.txt: set CMP0177 to OLD to suppress install() DESTINATION
path normalization warning with CMake >= 3.31 when -Werror=dev is used.
This fixes the 'Integration Test' Configure step failure.1 parent 605f64e commit 2974609
2 files changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
3 | 7 | | |
4 | 8 | | |
5 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments