mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
Features: Record for Clang 3.4
Clang 3.4 supports all features currently known to CMake.
This commit is contained in:
@@ -200,6 +200,7 @@ function(write_compiler_detection_header
|
||||
|
||||
set(compilers
|
||||
GNU
|
||||
Clang
|
||||
)
|
||||
foreach(_comp ${_WCD_COMPILERS})
|
||||
list(FIND compilers ${_comp} idx)
|
||||
|
||||
Reference in New Issue
Block a user