MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011794 | CMake | CMake | public | 2011-02-04 04:53 | 2011-06-06 18:25 |
| Reporter | govage | ||||
| Assigned To | David Cole | ||||
| Priority | urgent | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Windows | OS | Windows | OS Version | |
| Product Version | CMake-2-8 | ||||
| Target Version | CMake 2.8.4 | Fixed in Version | CMake 2.8.4 | ||
| Summary | 0011794: Wrong behavior of InstallRequiredSystemLibraries module under Visual Studio 2010 | ||||
| Description | If using Visual Studio 2010, InstallRequiredSystemLibraries works incorrectly if CMAKE_INSTALL_DEBUG_LIBRARIES variable is set: msvc?100d.dll files are not found when making the installation. | ||||
| Steps To Reproduce | install(TARGETS someTarget RUNTIME DESTINATION bin LIBRARY DESTINATION bin ARCHIVE DESTINATION bin) set(CMAKE_INSTALL_DEBUG_LIBRARIES 1) INCLUDE(InstallRequiredSystemLibraries) | ||||
| Additional Information | To correct this issue in the file share\cmake-2.8\Modules\InstallRequiredSystemLibraries.cmake replace the line: "${MSVC10_REDIST_DIR}/Debug_NonRedist/${CMAKE_MSVC_ARCH}/Microsoft.VC90.DebugCRT") by the line: "${MSVC10_REDIST_DIR}/Debug_NonRedist/${CMAKE_MSVC_ARCH}/Microsoft.VC100.DebugCRT") | ||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-02-04 04:53 | govage | New Issue | |||
| 2011-02-04 08:39 | David Cole | Assigned To | => David Cole | ||
| 2011-02-04 08:39 | David Cole | Status | new => assigned | ||
| 2011-02-04 08:39 | David Cole | Note Added: 0025279 | |||
| 2011-02-04 08:39 | David Cole | Status | assigned => resolved | ||
| 2011-02-04 08:39 | David Cole | Fixed in Version | => CMake 2.8.4 | ||
| 2011-02-04 08:39 | David Cole | Resolution | open => fixed | ||
| 2011-02-04 08:40 | David Cole | Target Version | => CMake 2.8.4 | ||
| 2011-06-06 18:25 | David Cole | Status | resolved => closed | ||
| 2011-06-06 18:25 | David Cole | Note Added: 0026703 | |||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||