Commit df5c905
dyzheng
fix: copy support dir to build for MODULE_PSI_initializer_unit_test
install(DIRECTORY ...) only copies at install time, not during build.
The test runs from CMAKE_CURRENT_BINARY_DIR and expects ./support/
with orbital/pseudo files. Use file(COPY ...) to make them available
during ctest.1 parent ef300fe commit df5c905
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
0 commit comments