[lit] Don't disable the lit progress bar by default with MSVC
authorReid Kleckner <rnk@google.com>
Tue, 11 Aug 2015 21:24:59 +0000 (21:24 +0000)
committerReid Kleckner <rnk@google.com>
Tue, 11 Aug 2015 21:24:59 +0000 (21:24 +0000)
commit3b61d133a667472b6023d7a347e36be37720a9ca
tree6bf385773210ea7e4b290cbeedd7ce3070e11b2c
parentab45e88378d471f97bd440623b30b28f7b643f49
[lit] Don't disable the lit progress bar by default with MSVC

Only disable the progress bar when we're generating VS project files,
like we do for XCode. This makes lit use the simple, non-curses progress
bar that looks like this with:

Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
Testing Time: 5.87s

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