Conan build policy changed to a list field

This commit is contained in:
Mateusz Pusz
2020-06-16 20:20:08 +02:00
parent a8508f124c
commit 3a1c16e070

View File

@@ -9,7 +9,7 @@ if __name__ == "__main__":
# dependencies
remotes = "https://api.bintray.com/conan/bincrafters/public-conan, https://api.bintray.com/conan/twonington/public-conan",
build_policy = "outdated",
build_policy = ["outdated"],
upload_dependencies="all",
pip_install=["sphinx", "recommonmark", "breathe"],