Skip to content

Commit

Permalink
More wvWare cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Aug 25, 2024
1 parent eab720e commit 9799978
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ def generate(self):
tc.variables["ODR_TEST"] = False
tc.variables["WITH_PDF2HTMLEX"] = self.options.get_safe("with_pdf2htmlEX", False)
tc.variables["WITH_WVWARE"] = self.options.get_safe("with_wvWare", False)
if self.options.get_safe("with_wvWare", False):
tc.variables["WVDATADIR"] = self.dependencies['wvware'].cpp_info.resdirs[0]
tc.generate()

deps = CMakeDeps(self)
Expand Down

0 comments on commit 9799978

Please sign in to comment.