Skip to content

Commit

Permalink
Remove FIXME CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Mar 7, 2024
1 parent b7665e4 commit 0efe88e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,9 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )

set(CLANG_MIN_SUPPORTED 13.0)
set(CLANG_MAX_SUPPORTED "18.1.x")
#FIXME: As 19.0.0 will not exist due to new naming convention this sets the upper bound to any version of clang 18
#Must be a better way to do this.
set(CLANG_VERSION_UPPER_BOUND 19.0.0)
set(LLVM_MIN_SUPPORTED 13.0)
set(LLVM_MAX_SUPPORTED "18.1.x")
#FIXME: As 19.0.0 will not exist due to new naming convention this sets the upper bound to any version of clang 18
#Must be a better way to do this.
set(LLVM_VERSION_UPPER_BOUND 19.0.0)

## Set Cmake packages search order
Expand Down

0 comments on commit 0efe88e

Please sign in to comment.