Skip to content

Commit

Permalink
Update recipes/iir1/all/conanfile.py
Browse files Browse the repository at this point in the history
Co-authored-by: Uilian Ries <uilianries@gmail.com>
  • Loading branch information
wouterz and uilianries authored Mar 6, 2022
1 parent c007630 commit 8cb9673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/iir1/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ def export_sources(self):
def config_options(self):
if self.settings.os == "Windows":
del self.options.fPIC
if self.version == "1.9.0" and self.options.noexceptions:
raise ConanInvalidConfiguration("1.9.0 does not have the option to disable exceptions")
if self.version == "1.9.0":
del self.options.noexceptions

def configure(self):
if self.options.shared:
Expand Down

0 comments on commit 8cb9673

Please sign in to comment.