summaryrefslogtreecommitdiff
path: root/xmake/modules/package/manager/conan/configurations.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2023-05-02 22:53:15 +0800
committerruki <[email protected]>2023-05-02 22:53:15 +0800
commit4f89cfadfd187382802dbc3ef2332eadc6f548af (patch)
tree32f5f3b00fec80299d80a8a25ae325bbd7919201 /xmake/modules/package/manager/conan/configurations.lua
parent54705be6387cddcf0a8689a5f62114463e26189b (diff)
remove imports
Diffstat (limited to 'xmake/modules/package/manager/conan/configurations.lua')
-rw-r--r--xmake/modules/package/manager/conan/configurations.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmake/modules/package/manager/conan/configurations.lua b/xmake/modules/package/manager/conan/configurations.lua
index 6f99742f1..8667ab112 100644
--- a/xmake/modules/package/manager/conan/configurations.lua
+++ b/xmake/modules/package/manager/conan/configurations.lua
@@ -24,9 +24,9 @@ function main()
{
build = {description = "Use it to choose if you want to build from sources.", default = "missing", values = {"all", "never", "missing", "outdated"}},
remote = {description = "Set the conan remote server."},
- options = {description = "Set the options values, e.g. OpenSSL:shared=True"},
- imports = {description = "Set the imports for conan."},
+ options = {description = "Set the options values, e.g. shared=True"}, -- TODO
settings = {description = "Set the build settings for conan."},
+ imports = {description = "Set the imports for conan 1.x, it has been deprecated in conan 2.x."},
build_requires = {description = "Set the build requires for conan."}
}
end