Skip to content

Commit

Permalink
Merge pull request #597 from czoido/poco/name
Browse files Browse the repository at this point in the history
remove name for poco
  • Loading branch information
danimtb authored Jan 8, 2020
2 parents 6a09596 + 3ed76e2 commit d2ebc5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/poco/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ def package_info(self):
self.cpp_info.defines.extend(["POCO_STATIC=ON", "POCO_NO_AUTOMATIC_LIBS"])
if self.settings.compiler == "Visual Studio":
self.cpp_info.libs.extend(["ws2_32", "Iphlpapi", "Crypt32"])
self.cpp_info.name = "Poco"

self.cpp_info.names["cmake_find_package"] = "Poco"
self.cpp_info.names["cmake_find_package_multi"] = "Poco"

0 comments on commit d2ebc5d

Please sign in to comment.