Skip to content

Commit

Permalink
CI: bring back BUILD_WITH_QT6 CMake switch
Browse files Browse the repository at this point in the history
For Qt Keychain.
  • Loading branch information
KitsuneRal committed Oct 28, 2024
1 parent 80dbc4a commit d6c3298
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ jobs:
-DCMAKE_PREFIX_PATH=~/.local \
${{ runner.os == 'macOS' && '-DOPENSSL_ROOT_DIR=`brew --prefix openssl`' ||
runner.os == 'Windows' && '-DOPENSSL_ROOT_DIR=$IQTA_TOOLS/OpenSSLv3/Win_x64/' || '' }} \
-DBUILD_SHARED_LIBS=${{ matrix.composition == 'dynamic' }}" \
-DBUILD_SHARED_LIBS=${{ matrix.composition == 'dynamic' }} \
-DBUILD_WITH_QT6=ON" \
>>$GITHUB_ENV
- name: Setup MSVC environment
Expand Down

0 comments on commit d6c3298

Please sign in to comment.