Set the minimal stack size with msvc when using cmake >= 2.8.11.
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 25 Sep 2013 14:06:55 +0000 (14:06 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 25 Sep 2013 14:06:55 +0000 (14:06 +0000)
commit19c450af62ee4c352c4aa7dd428ae01526c58501
tree6c9b95da25b1c31742a0db122b0ceeabccedcda7
parent9660ebb398cc3e9202a24087ad46290c3de29c7c
Set the minimal stack size with msvc when using cmake >= 2.8.11.

This makes sure we get the same behavior with all supported cmake versions. Once
we support only versions >= 2.8.11 we can experiment with other values or just
setting it for some binaries.

Patch by Greg Bedwell.

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