cmake: update submodule

This commit is contained in:
Zhao Yuhang 2023-10-09 19:48:43 +08:00
parent a9642dccfc
commit b98f1e7a6d
2 changed files with 7 additions and 5 deletions

View File

@ -18,14 +18,14 @@ jobs:
name: Build
strategy:
matrix:
qt-version: [5.15.2, 6.5.1]
qt-version: [5.15.2, 6.5.3]
library-type: [shared, static]
platform: [windows-latest, ubuntu-latest, macos-latest]
include:
- platform: windows-latest
CC: cl
CXX: cl
LD: link
CC: cl.exe
CXX: cl.exe
LD: link.exe
EXTRA_FLAGS: -DFRAMELESSHELPER_ENABLE_SPECTRE=ON -DFRAMELESSHELPER_ENABLE_EHCONTGUARD=ON -DFRAMELESSHELPER_ENABLE_INTELCET=ON -DFRAMELESSHELPER_ENABLE_CFGUARD=ON
- platform: ubuntu-latest
CC: gcc
@ -73,6 +73,8 @@ jobs:
- name: Install macOS dependencies
if: ${{ matrix.platform == 'macos-latest' }}
run: |
brew update
brew upgrade
brew install llvm
export PATH="/usr/local/opt/llvm/bin:$PATH"

2
cmake

@ -1 +1 @@
Subproject commit e627edc1a30193dfd4437da2b184cdcd050b8162
Subproject commit e15d7d9bf98de4ba8aa7d89c505164711ee7d8aa