From a165e82b8d097b479618fc9ea2a6614d222696e1 Mon Sep 17 00:00:00 2001 From: toge Date: Sun, 6 Feb 2022 21:05:09 +0900 Subject: [PATCH] remove TODO comment --- recipes/rapidyaml/all/conanfile.py | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/rapidyaml/all/conanfile.py b/recipes/rapidyaml/all/conanfile.py index 30ebf0c951613..c40ae3a8033d4 100644 --- a/recipes/rapidyaml/all/conanfile.py +++ b/recipes/rapidyaml/all/conanfile.py @@ -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"