Commit 93bc564
authored
fix(cmake): add ALIAS target for build-tree consumption (#941)
The vcpkg usage file documents network_system::network_system as the
consumer target, but the CMakeLists.txt lacked an explicit ALIAS.
While install(EXPORT ... NAMESPACE network_system::) creates the
namespaced target at install time, build-tree consumption via
FetchContent or add_subdirectory fails without it.
Closes #9401 parent f6c9126 commit 93bc564
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
533 | 533 | | |
534 | 534 | | |
535 | 535 | | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
536 | 539 | | |
537 | 540 | | |
538 | 541 | | |
| |||
0 commit comments