Commit 408109c
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 by AI.1 parent 40ae624 commit 408109c
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