View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0011141CMakeModulespublic2010-08-18 06:562011-05-02 14:45
ReporterMike McQuaid 
Assigned ToDavid Cole 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake-2-8 
Target VersionCMake 2.8.4Fixed in VersionCMake 2.8.4 
Summary0011141: InstallRequiredSystemLibraries cannot install just debug libraries
DescriptionThere's no way currently to install or get just the debug libraries for InstallRequiredSystemLibraries. As this would usually be used for packaging, it makes sense to only distribute the debug versions on debug builds.

I can create a patch for this if it would be accepted.
TagsNo tags attached.
Attached Files

 Relationships
related to 0010352closedKitware Robot Warn, or don't allow without variable set, when trying to build PACKAGE in a debug configuration on MSVC 

  Notes
(0023912)
Mike McQuaid (reporter)
2010-12-13 07:06

4 months later ping. If I shouldn't be bugs on the bug tracker can you suggest the best way of getting these looked at?

Thanks!
(0024447)
Mike McQuaid (reporter)
2011-01-06 06:53

Pull request added: https://github.com/Kitware/CMake/pull/1 [^]
(0024467)
David Cole (manager)
2011-01-06 13:00

Fixed in this git commit, just pushed to 'next':
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=753b429ec49a66287ba34d6fc2139e077a3eed4d [^]

Should make it into 2.8.4...

Thanks, Mike McQuaid, for the patch / pull request!

As usual, however, when this topic comes up, I feel obligated to point out that the debug libraries are *NOT* intended for re-distribution. This capability is built into CMake only for developer convenience to debug problems with a debug build on a non-development machine. The debug libraries are intentionally NOT installed by default.

Do not redistribute them, as I am fairly confident that is a violation of the licensing terms of Visual Studio. The spirit of the license is: debug libraries only get installed with official installations of Visual Studio. Do not re-distribute them as part of an installer you build for general consumption.
(0026337)
David Cole (manager)
2011-05-02 14:45

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

 Issue History
Date Modified Username Field Change
2010-08-18 06:56 Mike McQuaid New Issue
2010-12-13 07:06 Mike McQuaid Note Added: 0023912
2010-12-15 11:24 David Cole Assigned To => David Cole
2010-12-15 11:24 David Cole Status new => assigned
2011-01-06 06:53 Mike McQuaid Note Added: 0024447
2011-01-06 12:57 David Cole Target Version => CMake 2.8.4
2011-01-06 13:00 David Cole Note Added: 0024467
2011-01-06 13:00 David Cole Status assigned => resolved
2011-01-06 13:00 David Cole Fixed in Version => CMake 2.8.4
2011-01-06 13:00 David Cole Resolution open => fixed
2011-01-17 14:43 David Cole Relationship added related to 0010352
2011-05-02 14:45 David Cole Note Added: 0026337
2011-05-02 14:45 David Cole Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team