Skip to content

Commit

Permalink
use clang-15
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer authored Oct 20, 2024
1 parent 25b5742 commit 7714bbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ message(STATUS "CMAKE_VERSION: ${CMAKE_VERSION}")



set(CMAKE_C_COMPILER "clang")
set(CMAKE_CXX_COMPILER "clang++")
set(CMAKE_C_COMPILER "clang-15")
set(CMAKE_CXX_COMPILER "clang++-15")


# CMAKE_CXX_COMPILER_ID: Distinguish between "AppleClang" and "Clang"
Expand Down

0 comments on commit 7714bbe

Please sign in to comment.