View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0008781CMakeCMakepublic2009-03-23 13:572009-03-30 17:31
ReporterJames Bigler 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product VersionCMake-2-6 
Target VersionFixed in Version 
Summary0008781: Need ability to install only dll portion of target (no lib)
DescriptionWhen installing a shared library target on windows, I get both the DLL and LIB installed. I would like the ability to not install the LIB portion, as I'm distributing executable code and I don't want to linking libraries.

One possible solution would be specifying a special DESTINATION directory such as /dev/null that is understood on all platforms (including windows) to mean the great bit bucket in the sky and not installed.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0015814)
James Bigler (developer)
2009-03-27 16:50

It turns out you can do this by specifying RUNTIME DESTINATION and LIBRARY DESTINATION instead of just DESTINATION.
(0015857)
Clinton Stimpson (developer)
2009-03-30 17:31

already do-able. was explained on mailing list.

 Issue History
Date Modified Username Field Change
2009-03-23 13:57 James Bigler New Issue
2009-03-27 16:50 James Bigler Note Added: 0015814
2009-03-30 17:31 Clinton Stimpson Note Added: 0015857
2009-03-30 17:31 Clinton Stimpson Status new => closed
2009-03-30 17:31 Clinton Stimpson Resolution open => no change required


Copyright © 2000 - 2018 MantisBT Team