From: Andrew Trick Date: Wed, 2 May 2012 01:23:51 +0000 (+0000) Subject: Speculatively fix windows cmake builders. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=168d31781841ef216f50489decaf7ac6907ca7df;p=clang Speculatively fix windows cmake builders. Really just a wild stab in the dark. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@155974 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/CMakeLists.txt b/lib/Driver/CMakeLists.txt index 249d5ac24d..0e2f54f99a 100644 --- a/lib/Driver/CMakeLists.txt +++ b/lib/Driver/CMakeLists.txt @@ -29,4 +29,4 @@ IF(MSVC) ENDIF(MSVC) add_dependencies(clangDriver ClangAttrList ClangDiagnosticDriver - ClangDriverOptions ClangCC1Options ClangCC1AsOptions) + ClangDriverOptions ClangCC1AsOptions)