summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeVS9FindMake.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Remove "Microsoft Visual Studio .NET" from VS8 and VS9 find modules.David Cole2010-06-161-4/+0
| | | | | CMake was incorrectly finding devenv from Visual Studio 7.1 installations when asked to generate using Visual Studio 9 2008. Now, it will not.
* 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.
* BUG: Rearrange paths to find correct installations of Visual Studio. Patch ↵David Cole2009-05-261-3/+10
| | | | devenv.modified_search_order.patch came from issue #7919.
* ENH: when cross compiling, e.g. for WinCE, don't use VCExpress, since this ↵Alexander Neundorf2009-05-091-1/+8
| | | | | | | | doesn't support it This is the first patch to add support for WinCE to cmake (#7919) Alex
* ENH: add support for vs 2008 beta 2Bill Hoffman2007-09-171-0/+16