Skip to content

Commit

Permalink
gui conan setup must source .profile; updates #1324
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Apr 1, 2023
1 parent e235cd4 commit ff3cd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/gui/gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ configure_conan() {
pip3 install gitpython
pip3 install conan==$CONAN_VERSION
conan --version
#source ${HOME}/.profile
. "${HOME}/.profile"
conan profile new --detect default
conan profile update settings.compiler.libcxx=libstdc++11 default
}
Expand Down

0 comments on commit ff3cd81

Please sign in to comment.