Skip to content

Commit

Permalink
(conan-io#18313) turtle: fix lib/bindirs
Browse files Browse the repository at this point in the history
* turtle: fix lib/bindirs

* turtle: package_id -> package_info
  • Loading branch information
Cogitri authored Jul 21, 2023
1 parent 7dbff93 commit 9e90d35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/turtle/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ def requirements(self):
def package_id(self):
self.info.clear()

def package_info(self):
self.cpp_info.libdirs = []
self.cpp_info.bindirs = []

def source(self):
get(self, **self.conan_data["sources"][self.version], strip_root=True)

Expand Down

0 comments on commit 9e90d35

Please sign in to comment.