mirror of https://github.com/qt/qt5.git
Set Conan V2 mode
V2 mode causes conan to raise error when an feature that is being deprecated in conan V2 is used. This allows maintaining V2 compatibility. Pick-to: 6.2 Change-Id: I9c0cb70ce3a194966594d48433763e5423e187f1 Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
parent
dcded49b88
commit
dfa50ed7c3
|
@ -12,6 +12,7 @@ os="$1"
|
|||
pip3 install conan --user
|
||||
|
||||
SetEnvVar "CONAN_REVISIONS_ENABLED" "1"
|
||||
SetEnvVar "CONAN_V2_MODE" "1"
|
||||
|
||||
if [ "$os" == "linux" ]; then
|
||||
SetEnvVar "PATH" "/home/qt/.local/bin:\$PATH"
|
||||
|
|
|
@ -41,6 +41,7 @@ Write-Output "Conan = $version" >> ~\versions.txt
|
|||
# Add conan to path.
|
||||
Add-Path $scriptsPath
|
||||
Set-EnvironmentVariable "CONAN_REVISIONS_ENABLED" "1"
|
||||
Set-EnvironmentVariable "CONAN_V2_MODE" "1"
|
||||
|
||||
# This is temporary solution for installing packages provided by Conan until we have fixed Conan setup for this
|
||||
|
||||
|
|
Loading…
Reference in New Issue