MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0015933 | CMake | CMake | public | 2016-01-22 10:05 | 2016-06-10 14:31 |
Reporter | Ilya | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | CMake 3.4.2 | ||||
Target Version | Fixed in Version | ||||
Summary | 0015933: The install command should have an option to only install built targets | ||||
Description | For library projects it common to provide different targets for static and shared versions of the library. Often, one only needs either shared or static library. It would be convenient if install command would allow one to only install targets that were built. E.g. if one builds a target via `cmake --build . --target sharedlib` calling `cmake --build . --target install` should install only sharedlib without making static version. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2016-01-22 10:05 | Ilya | New Issue | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042920 | |||
2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
2016-06-10 14:31 | Kitware Robot | Status | resolved => closed |
Notes | |||||
|
|||||
|
|