bitcoin-tools / bitcoin-tools/nodebuilder
[FEAT] - refactor the configure step to use a build options variable
Open
feature
- Dominant language
- Shell
- Stars
- 7
- Forks
- 0
- Avg merge
- 2h 37m
- Merged PRs (30d)
- 28
Description
### Describe the Problem
right now it's running cmake -B directly inside a case statement
### Describe the Solution
change it to run `cmake -B "${CMAKE_CONFIGURE_OPTIONS}"` or something
### Optional Additional Details
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.