You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (!Check-Conan-Version-Sufficient $conan_version $conan_version_required) {
^
|
not compiled well.
Since my computer language setting is not English, the error message may not be shown.
I fixed the above problem as:
if (!(Check-Conan-Version-Sufficient $conan_version $conan_version_required)) {
Thank you.
The text was updated successfully, but these errors were encountered:
jangddol
changed the title
Window10 build.ps1 have a little problem with conan version check part
Window10 bootstrap-orbit.ps1 have a little problem with conan version check part
Feb 1, 2023
On 44 line of ./bootstrap-orbit.ps1,
Since my computer language setting is not English, the error message may not be shown.
I fixed the above problem as:
Thank you.
The text was updated successfully, but these errors were encountered: