Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | InstallRequiredSystemLibraries debug-only (#11141) | Mike McQuaid | 2011-01-06 | 1 | -51/+72 |
| | | | | | | | | Add support to InstallRequiredSystemLibraries to only install debug libraries when both debug and release versions are available. This is as if you are building a debug package then only the debug versions are needed but not the release. | ||||
* | Add variable for InstallRequiredSystemLibraries dir (#11140) | Mike McQuaid | 2011-01-06 | 1 | -6/+11 |
| | | | | | | | | | InstallRequiredSystemLibraries currently defaults to installing to bin on WIN32 and lib otherwise. This patch allows you to configure this by using the variable CMAKE_INSTALL_SYSTEM_RUNTIME_DESTINATION. It also switches the logic to use a single INSTALL(PROGRAMS) command rather than two deprecated uses of the INSTALL_PROGRAMS command. | ||||
* | Fix incorrect variable documentation (#11127) | Mike McQuaid | 2011-01-06 | 1 | -4/+4 |
| | | | | | | | | In InstallRequiredSystemLibraries the documentation details the variable CMAKE_SKIP_INSTALL_RULES to skip installation. This actually doesn't do anything, the variable required is named CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP. This commit amends the documentation to point to the correct variable. | ||||
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Fix for bug 9960, add support for MSVC10 runtime dlls. | Bill Hoffman | 2009-12-17 | 1 | -0/+69 |
| | |||||
* | Minor typo in comments | Mathieu Malaterre | 2009-12-08 | 1 | -2/+2 |
| | |||||
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -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: Because of Windows registry madness, we could not find the ↵ | David Cole | 2008-11-13 | 1 | -7/+17 |
| | | | | redistributables directory on Win64 builds... Add a search directory based on devenv (CMAKE_MAKE_PROGRAM) location so we can find it despite the madness. | ||||
* | BUG: Fix issue #6610. Use 64-bit system binaries when using the 64-bit MSVC ↵ | David Cole | 2008-07-30 | 1 | -12/+19 |
| | | | | compiler. Thanks to Clinton Stimpson for the patch. | ||||
* | ENH: add vs9 mfc libraries | Bill Hoffman | 2008-04-03 | 1 | -2/+41 |
| | |||||
* | ENH: add vs9 stuff, still need msvc9 mfc | Bill Hoffman | 2008-02-29 | 1 | -0/+29 |
| | |||||
* | ENH: change name | Bill Hoffman | 2007-11-09 | 1 | -2/+2 |
| | |||||
* | ENH: add ability to use your own install directories | Bill Hoffman | 2007-11-09 | 1 | -6/+12 |
| | |||||
* | ENH: remove message | Bill Hoffman | 2007-09-21 | 1 | -1/+0 |
| | |||||
* | ENH: allow for installation of debug libs | Bill Hoffman | 2007-09-17 | 1 | -4/+35 |
| | |||||
* | BUG: fix for bug 4420 add language dll's to mfc install | Bill Hoffman | 2007-02-20 | 1 | -0/+18 |
| | |||||
* | BUG: fix for 4420 Unicode and MBC versions of the MFC | Bill Hoffman | 2007-02-07 | 1 | -0/+3 |
| | |||||
* | ENH: Implemented support for installing VC8 runtime libraries. | Brad King | 2006-08-17 | 1 | -3/+18 |
| | |||||
* | ENH: add correct flags for msvc generators | Bill Hoffman | 2006-04-10 | 1 | -19/+4 |
| | |||||
* | ENH: Handle visual studio versions | Andy Cedilnik | 2006-03-21 | 1 | -9/+57 |
| | |||||
* | ENH: Install system libraries only if project requires them | Andy Cedilnik | 2006-03-01 | 1 | -0/+29 |