Skip to content
New issue

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

bug in rez-build --bs option #604

Closed
nerdvegas opened this issue Apr 22, 2019 · 0 comments
Closed

bug in rez-build --bs option #604

nerdvegas opened this issue Apr 22, 2019 · 0 comments

Comments

@nerdvegas
Copy link
Contributor

In src/rezplugins/build_system/cmake.py:

@@ -75,8 +75,8 @@ def bind_cli(cls, parser):
type=str, choices=cls.build_targets,
default=settings.build_target,
help="set the build target (default: %(default)s).")

  •    parser.add_argument("--bs", "--build-system", dest="build_system",
    
  •                        type=str, choices=cls.build_systems.keys(),
    
  •    parser.add_argument("--bs", "--cmake-build-system",
    

this needs
dest="cmake_build_system",

If not when running with --bs it won't be picked in line 96

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant