Browse Source

Merge topic 'no-AppleClang-C-features'

ded30405 Features: Don't record for AppleClang
Brad King 11 years ago
parent
commit
a9a040e169
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Modules/Compiler/AppleClang-C.cmake

+ 2 - 1
Modules/Compiler/AppleClang-C.cmake

@@ -1 +1,2 @@
-include(Compiler/Clang-C)
+include(Compiler/Clang)
+__compiler_clang(C)