We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7665e4 commit 0efe88eCopy full SHA for 0efe88e
CMakeLists.txt
@@ -57,13 +57,9 @@ if( CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR )
57
58
set(CLANG_MIN_SUPPORTED 13.0)
59
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.
62
set(CLANG_VERSION_UPPER_BOUND 19.0.0)
63
set(LLVM_MIN_SUPPORTED 13.0)
64
set(LLVM_MAX_SUPPORTED "18.1.x")
65
66
67
set(LLVM_VERSION_UPPER_BOUND 19.0.0)
68
69
## Set Cmake packages search order
0 commit comments