summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2016-06-30 05:51:18 +0000
committerMichael Gottesman <mgottesman@apple.com>2016-06-30 05:51:18 +0000
commitce1f307b91f539c75b14cdbcd48ea0cc3218e8fb (patch)
tree930ccb78e0fc1dd98ee38150609c440fcca0dd53 /cmake
parent9f075b782a61c9af1b8652d2a4bd7d0165789830 (diff)
[cmake] Remove stale comment. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/ClangConfig.cmake.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/cmake/modules/ClangConfig.cmake.in b/cmake/modules/ClangConfig.cmake.in
index 38c6c03a1c..a946944dd9 100644
--- a/cmake/modules/ClangConfig.cmake.in
+++ b/cmake/modules/ClangConfig.cmake.in
@@ -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@