diff options
| author | ruki <[email protected]> | 2023-05-03 00:32:19 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-03 00:32:19 +0800 |
| commit | 3382dcb4994ca70c1b3c5ea7bc220ccac8b736a2 (patch) | |
| tree | 43eb0712243116dc68ce60b3d74d8065de1aec6e /tests/projects | |
| parent | 3ae0c1af04ae968e1cd39a61685c40725264e4ff (diff) | |
| parent | 34e986ea513cfc509dd860b2edab6f867d13a1dd (diff) | |
Merge pull request #3703 from xmake-io/conan
Support conan 2.0
Diffstat (limited to 'tests/projects')
| -rw-r--r-- | tests/projects/package/conan/xmake.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/projects/package/conan/xmake.lua b/tests/projects/package/conan/xmake.lua index 3021fab7c..ecf8c6b60 100644 --- a/tests/projects/package/conan/xmake.lua +++ b/tests/projects/package/conan/xmake.lua @@ -1,6 +1,6 @@ add_requires("conan::zlib 1.2.11", {alias = "zlib", debug = true}) -add_requires("conan::openssl 1.1.1g", {alias = "openssl", - configs = {options = "OpenSSL:shared=True"}}) +add_requires("conan::openssl 1.1.1t", {alias = "openssl", + configs = {options = "shared=True"}}) target("test") set_kind("binary") |
