Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
KDevelop
KDevelop
Commits
9f823186
Commit
9f823186
authored
Oct 31, 2019
by
Friedrich W. H. Kossebau
Browse files
FindClang.cmake: also search LLVM version 9
parent
f39cb158
Pipeline
#9802
passed with stage
in 46 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/FindClang.cmake
View file @
9f823186
...
...
@@ -30,7 +30,7 @@
#=============================================================================
set
(
KNOWN_VERSIONS 8 7 6.0 5.0 4.0 3.9 3.8
)
set
(
KNOWN_VERSIONS
9
8 7 6.0 5.0 4.0 3.9 3.8
)
foreach
(
version
${
KNOWN_VERSIONS
}
)
if
(
LLVM_DIR
OR
(
DEFINED Clang_FIND_VERSION AND Clang_FIND_VERSION VERSION_GREATER version
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment