Skip to content

Commit

Permalink
[cmake] Complain if we use unsupported clang
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Jan 2, 2024
1 parent dbc4d21 commit fbe246a
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 @@ -20,10 +20,10 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )

## Define clad supported version of clang and llvm

set(CLANG_MIN_SUPPORTED 5.0)
set(CLANG_MIN_SUPPORTED 7.0)
set(CLANG_MAX_SUPPORTED "17.0.x")
set(CLANG_VERSION_UPPER_BOUND 17.1.0)
set(LLVM_MIN_SUPPORTED 5.0)
set(LLVM_MIN_SUPPORTED 7.0)
set(LLVM_MAX_SUPPORTED "17.0.x")
set(LLVM_VERSION_UPPER_BOUND 17.1.0)

Expand Down

0 comments on commit fbe246a

Please sign in to comment.