Skip to content

Commit

Permalink
remove TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
toge committed Feb 6, 2022
1 parent 2823bd9 commit a165e82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/rapidyaml/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def package(self):
def package_info(self):
self.cpp_info.set_property("cmake_file_name", "ryml")
self.cpp_info.set_property("cmake_target_name", "ryml::ryml")
# TODO: create c4core recipe
self.cpp_info.libs = ["ryml"]

self.cpp_info.names["cmake_find_package"] = "ryml"
Expand Down

0 comments on commit a165e82

Please sign in to comment.