From: Michael Gottesman Date: Thu, 30 Jun 2016 05:51:18 +0000 (+0000) Subject: [cmake] Remove stale comment. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce1f307b91f539c75b14cdbcd48ea0cc3218e8fb;p=clang [cmake] Remove stale comment. NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@274212 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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@