We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d56089 commit 558bafcCopy full SHA for 558bafc
recipes/iir1/all/conanfile.py
@@ -53,7 +53,7 @@ def config_options(self):
53
if self.settings.os == "Windows":
54
del self.options.fPIC
55
if self.version == "1.9.0" and self.options.noexceptions:
56
- raise ConanInvalidConfiguration("1.9.0 does not the option to disable exceptions")
+ raise ConanInvalidConfiguration("1.9.0 does not have the option to disable exceptions")
57
58
def configure(self):
59
if self.options.shared:
0 commit comments