Skip to content

Commit

Permalink
Fixed leftover reference to fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cschreib committed Sep 9, 2023
1 parent 9df9776 commit 55463d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/snitch/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,4 @@ def package_info(self):
self.cpp_info.names["pkg_config"] = "snitch"
self.cpp_info.components["_snitch"].names["cmake_find_package"] = target
self.cpp_info.components["_snitch"].names["cmake_find_package_multi"] = target
self.cpp_info.components["_snitch"].set_property("cmake_target_name", f"fmt::{target}")
self.cpp_info.components["_snitch"].set_property("cmake_target_name", f"snitch::{target}")

0 comments on commit 55463d1

Please sign in to comment.