Skip to content

Commit

Permalink
Merge pull request #608 from uilianries/eabase/names
Browse files Browse the repository at this point in the history
Remove name for eabase
  • Loading branch information
danimtb authored Jan 8, 2020
2 parents 270f33a + 597039d commit 3d626c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/eabase/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def package(self):
cmake.install()

def package_info(self):
self.cpp_info.name = "EABase"
self.cpp_info.names["cmake_find_package"] = "EABase"
self.cpp_info.names["cmake_find_package_multi"] = "EABase"
self.cpp_info.includedirs.extend([os.path.join("include", "Common"),
os.path.join("include", "Common", "EABase")])

0 comments on commit 3d626c6

Please sign in to comment.