We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8bbe8a commit 5400d3cCopy full SHA for 5400d3c
Makefile.setup
@@ -61,7 +61,7 @@ setup-git:
61
.PHONY: setup-conan
62
setup-conan:
63
# Install Conan if it is not available.
64
- if ! command -v conan >/dev/null 2>&1; then ${PIP} install --user conan; fi
+ if ! command -v conan >/dev/null 2>&1; then ${PIP} install --user --upgrade "conan<2"; fi
65
# Initialize Conan configuration if it doesn't already exist.
66
#
67
# Since running any conan command, even conan --help creates ${CONAN_DIR}
0 commit comments