summaryrefslogtreecommitdiff
path: root/xmake/modules/lib/detect/find_package.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2019-01-30 00:48:30 +0800
committerruki <[email protected]>2019-01-29 22:51:03 +0800
commite5aa64826addb4fb5c036615d324a2b1149dbd7d (patch)
tree4271fcc5858bcc359f33b351a2668cf5cf25b511 /xmake/modules/lib/detect/find_package.lua
parentbdda5b943ca44eb8162e117420c884f59b8d4162 (diff)
improve install_package for conan
Diffstat (limited to 'xmake/modules/lib/detect/find_package.lua')
-rw-r--r--xmake/modules/lib/detect/find_package.lua1
1 files changed, 1 insertions, 0 deletions
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