Skip to content

Commit 558bafc

Browse files
wouterzSSE4
andauthored
Update recipes/iir1/all/conanfile.py
Spelling Co-authored-by: SSE4 <[email protected]>
1 parent 7d56089 commit 558bafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/iir1/all/conanfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def config_options(self):
5353
if self.settings.os == "Windows":
5454
del self.options.fPIC
5555
if self.version == "1.9.0" and self.options.noexceptions:
56-
raise ConanInvalidConfiguration("1.9.0 does not the option to disable exceptions")
56+
raise ConanInvalidConfiguration("1.9.0 does not have the option to disable exceptions")
5757

5858
def configure(self):
5959
if self.options.shared:

0 commit comments

Comments
 (0)