AddLLVM: squelch CMP0007 by not adding empty elements to list
authorRamkumar Ramachandra <artagnon@gmail.com>
Tue, 10 Nov 2015 18:26:34 +0000 (18:26 +0000)
committerRamkumar Ramachandra <artagnon@gmail.com>
Tue, 10 Nov 2015 18:26:34 +0000 (18:26 +0000)
commita407ebde72396bb2395b1ec73162b7771a858836
tree8c80c07f920649fe343ebb0fb626cf029b0a00b3
parente272b971caee419cb602eca63f32d9fca28695d3
AddLLVM: squelch CMP0007 by not adding empty elements to list

When configuring various llvm projects that use AddLLVM.cmake, this warning is
emitted many times, flooding the screen:

Policy CMP0007 is not set: list command no longer ignores empty elements.

The fix is removing an extra semicolon.

Differential Revision: http://reviews.llvm.org/D14339

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