summaryrefslogtreecommitdiff
path: root/xmake/modules/package
diff options
context:
space:
mode:
authorruki <[email protected]>2021-02-27 13:05:58 +0800
committerruki <[email protected]>2021-02-27 13:05:58 +0800
commitb39517af86ecfd12bbff285b6f027047debcad0d (patch)
tree36221bbbf0b6ef75e4d7125badc8856fac67de80 /xmake/modules/package
parentad5b620202ef0d6cef1087bf15d3f5d1e06189f4 (diff)
update readme
Diffstat (limited to 'xmake/modules/package')
-rw-r--r--xmake/modules/package/manager/find_package.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmake/modules/package/manager/find_package.lua b/xmake/modules/package/manager/find_package.lua
index 22d6b62b9..5d4307911 100644
--- a/xmake/modules/package/manager/find_package.lua
+++ b/xmake/modules/package/manager/find_package.lua
@@ -96,6 +96,7 @@ function _find_package(manager_name, package_name, opt)
-- TODO compatible with the previous version: pkg_config (deprecated)
if manager_name == "pkg_config" then
manager_name = "pkgconfig"
+ wprint("please use find_package(\"pkgconfig::%s\") instead of `pkg_config::%s`", package_name, package_name)
end
-- find it