Skip to content

Commit 0efe88e

Browse files
authored
Remove FIXME CMakeLists.txt
1 parent b7665e4 commit 0efe88e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

-4
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,9 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
5757

5858
set(CLANG_MIN_SUPPORTED 13.0)
5959
set(CLANG_MAX_SUPPORTED "18.1.x")
60-
#FIXME: As 19.0.0 will not exist due to new naming convention this sets the upper bound to any version of clang 18
61-
#Must be a better way to do this.
6260
set(CLANG_VERSION_UPPER_BOUND 19.0.0)
6361
set(LLVM_MIN_SUPPORTED 13.0)
6462
set(LLVM_MAX_SUPPORTED "18.1.x")
65-
#FIXME: As 19.0.0 will not exist due to new naming convention this sets the upper bound to any version of clang 18
66-
#Must be a better way to do this.
6763
set(LLVM_VERSION_UPPER_BOUND 19.0.0)
6864

6965
## Set Cmake packages search order

0 commit comments

Comments
 (0)