New system for choosing CRT type on MSVC.
authorOscar Fuentes <ofv@wanadoo.es>
Thu, 5 Aug 2010 01:25:48 +0000 (01:25 +0000)
committerOscar Fuentes <ofv@wanadoo.es>
Thu, 5 Aug 2010 01:25:48 +0000 (01:25 +0000)
commit02a8f76d58cbc44fbcd55f29d2eccbfac49df794
tree53ac0f1e5907a2624c0f1af47a8016d18310e0fc
parent34fa82f7e82a2845a42d0a2725e70412d06c917b
New system for choosing CRT type on MSVC.

Is setted on a per build type basis. This is useful for generators
that comprise several build types, i.e. VC++ solutions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110296 91177308-0d34-0410-b5e6-96231b3b80d8
CMakeLists.txt
cmake/modules/ChooseMSVCCRT.cmake [new file with mode: 0644]