Skip to content

Commit

Permalink
Compile with AppleClang 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashaduri committed May 15, 2024
1 parent 02535ee commit 4a0ce23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake-tier2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,14 @@ jobs:
- name: Configure CMake
shell: bash
working-directory: ${{github.workspace}}/build
# We need at least AppleClang 15 for format library
run: >
cmake $GITHUB_WORKSPACE
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DAPP_BUILD_EXAMPLES=ON
-DAPP_BUILD_TESTS=ON
-DAPP_COMPILER_ENABLE_WARNINGS=ON
-DCMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++
- name: Build
shell: bash
Expand Down

0 comments on commit 4a0ce23

Please sign in to comment.