Skip to content

Commit

Permalink
Update 0003-pcre-debuglib-name-2.7.patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Sneder89 committed Nov 24, 2022
1 parent 4727039 commit aca06fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/cppcheck/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ def generate(self):
tc.variables["HAVE_RULES"] = self.options.have_rules
tc.variables["USE_MATCHCOMPILER"] = "Auto"
tc.variables["ENABLE_OSS_FUZZ"] = False
tc.variables["FILESDIR"] = os.path.join(self.package_folder, "bin", "cfg")
tc.generate()

deps = CMakeDeps(self)
Expand Down

0 comments on commit aca06fe

Please sign in to comment.