[CMake] Add warning for using compile and link pools on unsupported versions of CMake...
authorChris Bieneman <beanz@apple.com>
Thu, 4 Jun 2015 15:33:08 +0000 (15:33 +0000)
committerChris Bieneman <beanz@apple.com>
Thu, 4 Jun 2015 15:33:08 +0000 (15:33 +0000)
commit762cbe7018048a2aca7673b2420a722bfa000c84
treec444c40a280c51fac716b2226d1f2af6ca17ad55
parent09e5b1ca76e0e47d8df49d8062e0e52bfea12344
[CMake] Add warning for using compile and link pools on unsupported versions of CMake or non-ninja generators.

Summary: I've gotten feedback from users on CMake 2.8 that the compile and link pool options were not working. This is expected so I'm adding a warning so we can report invalid configurations to users.

Reviewers: eugenis

Reviewed By: eugenis

Subscribers: llvm-commits

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

llvm-svn: 239044
llvm/CMakeLists.txt