We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pybombs run cmake --version
pybombs run cmake --version output: 2.3.4 is the version of pybombs, weird. I use this: $cmake --version cmake version 3.10.2 @marcusmueller
2.3.4
$cmake --version
cmake version 3.10.2
Originally posted by @jackdondy in gnuradio/gnuradio#5115 (comment)
The text was updated successfully, but these errors were encountered:
I'll check whether there's a better way to handle this in Python's argparse, but you can always do pybombs run -- cmake --version.
pybombs run -- cmake --version
Sorry, something went wrong.
No branches or pull requests
pybombs run cmake --version
output:
2.3.4
is the version of pybombs, weird.
I use this:
$cmake --version
cmake version 3.10.2
@marcusmueller
Originally posted by @jackdondy in gnuradio/gnuradio#5115 (comment)
The text was updated successfully, but these errors were encountered: