[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)
commit800411deea5273e2d2bf0769fd08fb9bb913a80b
tree0bd860f6748799d761a5c6033bb13ac266287774
parentc71a3797a606a78d33d1dcf0fbad038140b42880
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239044 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt