Skip to content

Commit

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

def package_info(self):
self.cpp_info.name = "JsonCpp"
self.cpp_info.names["cmake_find_package"] = "JsonCpp"
self.cpp_info.names["cmake_find_package_multi"] = "JsonCpp"
self.cpp_info.libs = tools.collect_libs(self)

0 comments on commit 445ece9

Please sign in to comment.