Fixed typo in CMakeLists.txt.
authorMichael Gottesman <mgottesman@apple.com>
Thu, 15 Aug 2013 04:16:12 +0000 (04:16 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Thu, 15 Aug 2013 04:16:12 +0000 (04:16 +0000)
commit21c69487a4b3d4704a6fe2a31b6420acb01a2079
tree6f4cdea39f875c37462dfa31177e7686d5ebfb08
parent680a7d770353e82f2bdeff18b16cfcc7bdb44d8e
Fixed typo in CMakeLists.txt.

We were marking both LLVMBUILDOUTPUT and LLVMBUILDERRORS as
ERROR_VARIABLES when clearly LLVMBUILDOUTPUT should be marked as
OUTPUT_VARIABLE.

llvm-svn: 188444
llvm/CMakeLists.txt