Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Friedrich W. H. Kossebau
kdevelop
Commits
78b9a078
Commit
78b9a078
authored
Jul 25, 2016
by
David Nolden
Browse files
Add clang 4.0 to the set of known versions
parent
ee4a9573
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake/modules/FindClang.cmake
View file @
78b9a078
...
...
@@ -29,7 +29,7 @@
#=============================================================================
set
(
KNOWN_VERSIONS 3.9 3.8 3.7 3.6 3.5
)
set
(
KNOWN_VERSIONS
4.0
3.9 3.8 3.7 3.6 3.5
)
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
.
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