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

2
cmake

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