Skip to content

Commit

Permalink
Revert "Enforce standard compatibility for exported include path"
Browse files Browse the repository at this point in the history
This reverts commit dfda98c.
  • Loading branch information
klimkin committed Feb 5, 2021
1 parent dfda98c commit 97fa103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/libsafec/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def package(self):
tools.remove_files_by_mask(".", "*.la")

def package_info(self):
self.cpp_info.includedirs = [os.path.join("include", "libsafec")]
self.cpp_info.includedirs.append(os.path.join("include", "libsafec"))
self.cpp_info.libs = ["safec-{}".format(self.version)]
self.cpp_info.names["pkg_config"] = "libsafec"

Expand Down

0 comments on commit 97fa103

Please sign in to comment.