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
using the command conan install . --build=missing --update generate this error:
conan install . --build=missing --update
sipbuildtool/0.2.2@ultimaker/stable: ERROR: Traceback (most recent call last): File "C:\Program Files\Python39\lib\site-packages\conans\client\generators\__init__.py", line 177, in write_generators generator = generator_class(conanfile) File "C:\Program Files\Python39\lib\site-packages\conan\tools\microsoft\msbuilddeps.py", line 95, in __init__ self.configuration = conanfile.settings.build_type File "C:\Program Files\Python39\lib\site-packages\conans\model\settings.py", line 266, in __getattr__ self._check_field(field) File "C:\Program Files\Python39\lib\site-packages\conans\model\settings.py", line 262, in _check_field raise undefined_field(self._name, field, self.fields, self._parent_value) conans.errors.ConanException: 'settings.build_type' doesn't exist 'settings' possible configurations are none ERROR: Error in generator 'MSBuildDeps': 'settings.build_type' doesn't exist 'settings' possible configurations are none
The text was updated successfully, but these errors were encountered:
No branches or pull requests
using the command
conan install . --build=missing --update
generate this error:
The text was updated successfully, but these errors were encountered: