diff options
| author | ruki <[email protected]> | 2019-03-14 00:35:04 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-03-13 21:30:28 +0800 |
| commit | dd6aeb6af01259e38472228ecc1aa7c9fc96f7bd (patch) | |
| tree | 56bc8dafdcdc34e5e1cb77f8d8bce89a29f660d8 /xmake/modules/lib/detect/find_package.lua | |
| parent | 40967ae34bd451f501f3bb80bcff95801a7239b3 (diff) | |
add language apis to package
Diffstat (limited to 'xmake/modules/lib/detect/find_package.lua')
| -rw-r--r-- | xmake/modules/lib/detect/find_package.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/modules/lib/detect/find_package.lua b/xmake/modules/lib/detect/find_package.lua index dc9286c54..63745c48d 100644 --- a/xmake/modules/lib/detect/find_package.lua +++ b/xmake/modules/lib/detect/find_package.lua @@ -87,7 +87,6 @@ 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 |
