Commit 1e6f4cb
committed
fix(dash): untangle test/CMakeLists.txt stratum-binding merge resolution
Rebase-clean union of the #628-vs-#630 add_executable collision left
target_link_libraries(test_dash_share_messages) opened but unterminated
with add_executable(test_dash_stratum_binding) interleaved into it,
producing CMake parse error at test/CMakeLists.txt:322 (missing ending
) and breaking configure on all platforms (macOS/Windows failed fast;
Linux would follow). Split into two complete, separate target blocks.
Configure clean; test_dash_stratum_binding builds; ctest 6/6.1 parent 4c2ea55 commit 1e6f4cb
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
324 | | - | |
325 | 323 | | |
326 | 324 | | |
327 | 325 | | |
328 | 326 | | |
329 | 327 | | |
330 | 328 | | |
331 | 329 | | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
332 | 338 | | |
333 | 339 | | |
334 | 340 | | |
| |||
0 commit comments