Skip to content

Commit

Permalink
Use build_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Oxoby committed Oct 20, 2020
1 parent 1bd6188 commit 96b2ed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ignition-cmake/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def package_info(self):
version_major = tools.Version(self.version).major
self.cpp_info.names["cmake_find_package"] = "ignition-cmake{}".format(version_major)
self.cpp_info.names["cmake_find_package_multi"] = "ignition-cmake{}".format(version_major)
self.cpp_info.builddirs = [
self.cpp_info.build_modules = [
os.path.join("lib", "cmake", "ignition-cmake{}".format(version_major)),
os.path.join("lib", "cmake", "ignition-cmake{}".format(version_major), "cmake{}".format(version_major)),
]

0 comments on commit 96b2ed3

Please sign in to comment.