diff --git a/packages/f/fmt/xmake.lua b/packages/f/fmt/xmake.lua index 862e1ce8f..4717a9f05 100644 --- a/packages/f/fmt/xmake.lua +++ b/packages/f/fmt/xmake.lua @@ -24,7 +24,6 @@ package("fmt") end) on_install(function (package) - print("fmt", package:config("cmake")) if package:config("header_only") and not package:config("cmake") then os.cp("include/fmt", package:installdir("include")) return