Fix CMake warning CMP0054: don't quote a variable name that is intended to be
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 26 Sep 2014 21:35:48 +0000 (21:35 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 26 Sep 2014 21:35:48 +0000 (21:35 +0000)
commit7e0a0e282a3671f7e5b4fd568e6590c1220d8ef9
tree1055c4bff5c7baeb5e61f0d0c51e18b85cf3323a
parentdadfd4f0a74953aee57194e5930a3d4476195ae8
Fix CMake warning CMP0054: don't quote a variable name that is intended to be
expanded; future versions of cmake may not expand the variable in this case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218543 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/HandleLLVMOptions.cmake