Skip to content

Commit

Permalink
Dependant packages expect an (empty) 'include' folder.
Browse files Browse the repository at this point in the history
done as part of CURA-11485 (also reference CURA-11265)
  • Loading branch information
rburema committed Mar 6, 2024
1 parent 45ca92c commit d360441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def package(self):

copy(self,
pattern = "*.h",
dst = os.path.join(self.package_folder, "include"), # <- this should probably be removed?
dst = os.path.join(self.package_folder, "include"),
src = os.path.join(self.build_folder, "generated"))
copy(self,
pattern = "LICENSE*",
Expand Down
2 changes: 1 addition & 1 deletion include/folder.placeholder
Original file line number Diff line number Diff line change
@@ -1 +1 @@
probably the line copying over the 'include' folder in the package function of the conan-file should be removed instead of adding this, but I'm running out of time today
NOTE: Dependant packages expect an 'include' folder, but git doesn't include empty folders.

0 comments on commit d360441

Please sign in to comment.