Skip to content

Commit

Permalink
Use rm safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mc authored Mar 26, 2023
1 parent 3edc4a9 commit 89ade7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/zbar/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from conan.tools.scm import Version
import os

required_conan_version = ">=1.36.0"
required_conan_version = ">=1.53.0"


class ZbarConan(ConanFile):
Expand Down Expand Up @@ -60,7 +60,7 @@ def config_options(self):

def configure(self):
if self.options.shared:
del self.options.fPIC
self.options.rm_safe("fPIC")

def requirements(self):
if self.options.with_jpeg:
Expand Down

0 comments on commit 89ade7e

Please sign in to comment.