diff options
Diffstat (limited to 'Modules/WriteCompilerDetectionHeader.cmake')
-rw-r--r-- | Modules/WriteCompilerDetectionHeader.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/WriteCompilerDetectionHeader.cmake b/Modules/WriteCompilerDetectionHeader.cmake index d3c2037..d7b89cb 100644 --- a/Modules/WriteCompilerDetectionHeader.cmake +++ b/Modules/WriteCompilerDetectionHeader.cmake @@ -200,6 +200,7 @@ function(write_compiler_detection_header set(compilers GNU + Clang ) foreach(_comp ${_WCD_COMPILERS}) list(FIND compilers ${_comp} idx) |