View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0008781 | CMake | CMake | public | 2009-03-23 13:57 | 2009-03-30 17:31 | ||||
Reporter | James Bigler | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | feature | Reproducibility | always | ||||
Status | closed | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | CMake-2-6 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0008781: Need ability to install only dll portion of target (no lib) | ||||||||
Description | When 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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |