We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c1dcd6 commit 3a06861Copy full SHA for 3a06861
libcxx/test/tools/clang_tidy_checks/CMakeLists.txt
@@ -5,7 +5,7 @@
5
set(LLVM_DIR_SAVE ${LLVM_DIR})
6
set(Clang_DIR_SAVE ${Clang_DIR})
7
8
-find_package(Clang 18)
+find_package(Clang 18.1)
9
if (NOT Clang_FOUND)
10
find_package(Clang 17)
11
endif()
0 commit comments