Skip to content

Commit

Permalink
Merge pull request #602 from uilianries/openexr/names
Browse files Browse the repository at this point in the history
Remove name for openexr
  • Loading branch information
danimtb authored Jan 8, 2020
2 parents fc8425d + 0d6cfbd commit 005ffd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/openexr/2.4.0/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ def package(self):
tools.rmdir(os.path.join(self.package_folder, "lib", "cmake"))

def package_info(self):
self.cpp_info.name = "OpenEXR"
self.cpp_info.names["cmake_find_package"] = "OpenEXR"
self.cpp_info.names["cmake_find_package_multi"] = "OpenEXR"
parsed_version = self.version.split(".")
lib_suffix = "-{}_{}".format(parsed_version[0], parsed_version[1])
if self.settings.build_type == "Debug":
Expand Down

0 comments on commit 005ffd9

Please sign in to comment.