Skip to content

Commit

Permalink
remove name for poco
Browse files Browse the repository at this point in the history
  • Loading branch information
czoido committed Jan 7, 2020
1 parent 9042558 commit 3ed76e2
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 3ed76e2

Please sign in to comment.