Skip to content

Commit

Permalink
correct qt path
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Bonani committed Oct 29, 2020
1 parent 66cd057 commit e2a38e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
- script: |
sudo xcode-select -s /Applications/Xcode_10.1.app/Contents/Developer
export CMAKE_PREFIX_PATH="${CMAKE_PREFIX_PATH}:$(brew --prefix qt)"
export CMAKE_PREFIX_PATH="`pwd`/../qt/5.13.2/"
(mkdir build && cd build && cmake .. -GNinja -DBoost_DEBUG=OFF -DOPENSSL_LIBRARIES=/usr/local/Cellar/openssl/1.0.2t/lib -DOPENSSL_INCLUDE_DIR=/usr/local/Cellar/openssl/1.0.2t/include -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=OFF && ninja)
displayName: 'Build with cmake'
Expand Down

0 comments on commit e2a38e7

Please sign in to comment.