Features: Record for Clang 3.4

Clang 3.4 supports all features currently known to CMake.
This commit is contained in:
Stephen Kelly
2014-05-06 11:59:12 +02:00
parent 2d5e3d2d2b
commit cda233194f
6 changed files with 146 additions and 3 deletions

View File

@@ -200,6 +200,7 @@ function(write_compiler_detection_header
set(compilers
GNU
Clang
)
foreach(_comp ${_WCD_COMPILERS})
list(FIND compilers ${_comp} idx)