Skip to content

Commit

Permalink
innoextract: There are no include directories
Browse files Browse the repository at this point in the history
- Silence hook error.
  • Loading branch information
datalogics-kam committed Oct 18, 2022
1 parent 3deed5a commit dc5a260
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/innoextract/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ def package_id(self):
self.info.requires.clear()

def package_info(self):
self.cpp_info.includedirs = []
self.cpp_info.libdirs = []
bindir = os.path.join(self.package_folder, "bin")
self.output.info("Appending PATH environment variable: {}"
Expand Down

0 comments on commit dc5a260

Please sign in to comment.