Commit 936b7b2
committed
[CMake] Add missing build dependency for builtin zstd
builtins/zstd defined the imported ZSTD::ZSTD target but never tied it to
the BUILTIN_ZSTD ExternalProject that actually produces libzstd.a. As a
result a parallel or targeted build (e.g. building only the Core target)
could try to link the archive before it exists. Add the dependency edge,
consistent with what builtins/zlib already does for BUILTIN_ZLIB.
🤖 Done with the help of [Claude Code](https://claude.com/claude-code) (Claude Opus 4.8)1 parent 758c3de commit 936b7b2
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
65 | 69 | | |
66 | 70 | | |
67 | 71 | | |
| |||
0 commit comments