]> granicus.if.org Git - clang/commitdiff
[cmake] Remove stale comment. NFC.
authorMichael Gottesman <mgottesman@apple.com>
Thu, 30 Jun 2016 05:51:18 +0000 (05:51 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Thu, 30 Jun 2016 05:51:18 +0000 (05:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274212 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/modules/ClangConfig.cmake.in

index 38c6c03a1c96f80304bd7996e73af49002fde70d..a946944dd9915592f80fb8141881ef71c366db05 100644 (file)
@@ -1,9 +1,5 @@
 # This file allows users to call find_package(Clang) and pick up our targets.
 
-# Clang doesn't have any CMake configuration settings yet because it mostly
-# uses LLVM's. When it does, we should move this file to ClangConfig.cmake.in
-# and call configure_file() on it.
-
 find_package(LLVM REQUIRED CONFIG)
 
 @CLANG_CONFIG_CODE@