From e5aa64826addb4fb5c036615d324a2b1149dbd7d Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 30 Jan 2019 00:48:30 +0800 Subject: improve install_package for conan --- xmake/modules/lib/detect/find_package.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'xmake/modules/lib/detect') diff --git a/xmake/modules/lib/detect/find_package.lua b/xmake/modules/lib/detect/find_package.lua index 63745c48d..dc9286c54 100644 --- a/xmake/modules/lib/detect/find_package.lua +++ b/xmake/modules/lib/detect/find_package.lua @@ -87,6 +87,7 @@ function main(name, opt) if opt.verbose or option.get("verbose") then if result then cprint("checking for the %s ... ${color.success}%s", name, result.version and result.version or "${text.success}") + dprint(result) else cprint("checking for the %s ... ${color.nothing}${text.nothing}", name) end -- cgit v1.3.1