PengZheng commented on code in PR #551: URL: https://github.com/apache/celix/pull/551#discussion_r1192052234
########## conanfile.py: ########## @@ -252,6 +252,8 @@ def _enable_error_injectors(self): for k in self.deps_cpp_info.deps: if k == "mdnsresponder": self._cmake.definitions["BUILD_ERROR_INJECTOR_MDNSRESPONDER"] = "ON" + if self.options.build_celix_dfi: + self._cmake.definitions["BUILD_ERROR_INJECTOR_DFI"] = "ON" Review Comment: We can reuse build_celix_dfi. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org