diff options
| author | ruki <[email protected]> | 2019-03-28 23:19:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-03-28 13:59:39 +0800 |
| commit | a2c18a46632b731b3d6664ac5efa90563b79e966 (patch) | |
| tree | 37f9f9506f033f599c0422187df519e7f85dac68 | |
| parent | 880e002552b6dfe69fe3e5d105275f0aabf82195 (diff) | |
add default build requires
| -rw-r--r-- | xmake/modules/package/manager/conan/install_package.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/package/manager/conan/install_package.lua b/xmake/modules/package/manager/conan/install_package.lua index 740c00558..68197f5b1 100644 --- a/xmake/modules/package/manager/conan/install_package.lua +++ b/xmake/modules/package/manager/conan/install_package.lua @@ -67,7 +67,7 @@ function configurations(package) options = {description = "Set the options values, e.g. OpenSSL:shared=True"}, imports = {description = "Set the imports for conan."}, settings = {description = "Set the build settings for conan."}, - build_requires = {description = "Set the build requires for conan."} + build_requires = {description = "Set the build requires for conan.", default = "xmake_generator/0.1.0@bincrafters/testing"} } end |
