summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeVS10FindMake.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Use MSBuild when devenv is not around, since VCExpress seems broken.Bill Hoffman2011-08-181-7/+22
| | | | | | | To support Intel Fortran, CMake started using devenv and VCExpress for build tools with VS2010. However, VCExpress does not always work. This change makes CMake use MSBuild when devenv is not found. This should be OK, since Intel Fortran can not be used with VCExpress.
* Use devenv instead of msbuild for vs2010.Bill Hoffman2011-06-211-9/+20
|
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
|
* Fix for bug #10670, add another location to find MSBuild.Bill Hoffman2010-05-041-0/+1
|
* Fix support of VS Express 10, but looking for MSBuild in the right place.Bill Hoffman2010-04-161-28/+3
|
* Better fix for finding the MSBuild that matches the VS 10 install.Bill Hoffman2009-10-201-4/+2
|
* Add search path for VS 10 beta 2 MSBuild.Bill Hoffman2009-10-201-0/+2
|
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
| | | | | | | This adds copyright/license notification blocks CMake's non-find modules. Most of the modules had no notices at all. Some had notices referring to the BSD license already. This commit normalizes existing notices and adds missing notices.
* ENH: only 5 failing tests for VS 10Bill Hoffman2009-07-101-0/+8
|
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-0/+31