mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
Conan build policy changed to a list field
This commit is contained in:
2
build.py
2
build.py
@@ -9,7 +9,7 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
remotes = "https://api.bintray.com/conan/bincrafters/public-conan, https://api.bintray.com/conan/twonington/public-conan",
|
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",
|
upload_dependencies="all",
|
||||||
pip_install=["sphinx", "recommonmark", "breathe"],
|
pip_install=["sphinx", "recommonmark", "breathe"],
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user