Commit 8877219
fix(cudf): Add missing Folly::folly dependency to velox_cudf_config_test (#16319)
Summary:
`Main.cpp` includes `folly/Unit.h` and `folly/init/Init.h` but the `velox_cudf_config_test` target was not linking `Folly::folly`, causing a missing header error when folly is built as `BUNDLED`.
Pull Request resolved: #16319
Reviewed By: jainxrohit
Differential Revision: D92843853
Pulled By: xiaoxmeng
fbshipit-source-id: e3e4c9f1f7f911266975c48bf2c9766ecb461e131 parent 80ad4c1 commit 8877219
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
0 commit comments