View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011794CMakeCMakepublic2011-02-04 04:532011-06-06 18:25
Reportergovage 
Assigned ToDavid Cole 
PriorityurgentSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformWindowsOSWindowsOS Version
Product VersionCMake-2-8 
Target VersionCMake 2.8.4Fixed in VersionCMake 2.8.4 
Summary0011794: Wrong behavior of InstallRequiredSystemLibraries module under Visual Studio 2010
DescriptionIf 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 Reproduceinstall(TARGETS someTarget RUNTIME DESTINATION bin LIBRARY DESTINATION bin ARCHIVE DESTINATION bin)

set(CMAKE_INSTALL_DEBUG_LIBRARIES 1)
INCLUDE(InstallRequiredSystemLibraries)
Additional InformationTo 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")
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0025279)
David Cole (manager)
2011-02-04 08:39

This and other problems with "InstallRequiredSystemLibraries" are fixed in the CMake 2.8.4-rc2 release candidate that is in the testing phase now.

Please download 2.8.4-rc2 and try it. Verify that this problem is fixed for you.

Thanks,
David Cole
(0026703)
David Cole (manager)
2011-06-06 18:25

Closing resolved issues that have not been updated in more than 3 months.

 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


Copyright © 2000 - 2018 MantisBT Team