Skip to content

Commit

Permalink
no qt in conan; updates #1329
Browse files Browse the repository at this point in the history
  • Loading branch information
martukas committed Apr 4, 2023
1 parent 23a55ba commit e11ab55
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion software/gui/conanfile.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[requires]
fmt/9.1.0
spdlog/1.11.0
qt/6.4.2

[generators]
cmake
Expand Down
2 changes: 1 addition & 1 deletion software/gui/gui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@ configure_conan() {
sudo pip3 install -U pip
pip3 install gitpython
pip3 install conan==$CONAN_VERSION
conan --version
source "${HOME}/.profile"
conan --version
conan profile new --detect default
conan profile update settings.compiler.libcxx=libstdc++11 default
}
Expand Down

0 comments on commit e11ab55

Please sign in to comment.