summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeVS7FindMake.cmake
Commit message (Expand)AuthorAgeFilesLines
* ENH: unify EnableLanguage across all generatorsBill Hoffman2002-12-051-0/+9
support for user-configured search paths. Paths given in the ↵Brad King2006-01-276-28/+86 | | | | CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH. * BUG: VS7 generator should use per-configuration linker flags for targets. ↵Brad King2006-01-272-3/+20 | | | | This addresses bug#2765. * ENH: Better handle interleved error/outputAndy Cedilnik2006-01-272-18/+28 | * ENH: Added optional component list to the REQUIRED option of the ↵Brad King2006-01-27