forked from scylladb/seastar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: stop using a loop for finding dependencies
the loop and the helper variables do not help with the maintainability. the intention was to split the data and code, but it hurts the readability. in this change, we - remove the helper of `seastar_set_dep_args()` - add a helper of `seastar_find_dep()`. it will be used for adapting to `find_dependency()` in `SeastarConfig.cmake.in` - take this opportunity to add space before `(` to be consistent with the style in this file. Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information
Showing
1 changed file
with
37 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters