Skip to content

Commit

Permalink
removed duplicate validate method
Browse files Browse the repository at this point in the history
contributes to CURA-10951
  • Loading branch information
jellespijker committed Aug 29, 2023
1 parent e8ea70d commit 64b2dd7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,6 @@ def configure(self):
self.options.rm_safe("fPIC")
self.options["cpython"].shared = True

def validate(self):
if self.settings.compiler.get_safe("cppstd"):
check_min_cppstd(self, 17)

def generate(self):
pp = self.python_requires["pyprojecttoolchain"].module.PyProjectToolchain(self)
pp.blocks["tool_sip_project"].values["sip_files_dir"] = str(Path("python").as_posix())
Expand Down

0 comments on commit 64b2dd7

Please sign in to comment.