MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0005878 | CMake | CPack | public | 2007-10-12 16:40 | 2007-10-12 19:33 |
Reporter | Eric NOULARD | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0005878: CPack builtin RPM Generator invalid var name | ||||
Description | As stated there for the CPackDEB generator: http://www.cmake.org/pipermail/cmake/2007-September/016665.html [^] the CPack RPM generator which mainly consist in a CPackRPM.cmake file http://www.cmake.org/Wiki/CMake:CPackPackageGenerators#RPM [^] use vars which does not begin with CPACK_xxx which is an error which prevents the proper usage in a classical CMakeLists.txt + INCLUDE(CPack) because CPack.cmake only "export" variables which begin with CPACK_ We should rename all RPM_<whatever_var> in CPackRPM.cmake to CPACK_RPM_<whatever> | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | cmake-cpack-bug5878-1erk.patch (9,879) 2007-10-12 16:54 https://public.kitware.com/Bug/file/1183/cmake-cpack-bug5878-1erk.patch | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2007-10-12 16:40 | Eric NOULARD | New Issue | |||
2007-10-12 16:54 | Eric NOULARD | File Added: cmake-cpack-bug5878-1erk.patch | |||
2007-10-12 16:55 | Eric NOULARD | Note Added: 0009456 | |||
2007-10-12 19:33 | Bill Hoffman | Status | new => closed | ||
2007-10-12 19:33 | Bill Hoffman | Note Added: 0009458 | |||
2007-10-12 19:33 | Bill Hoffman | Resolution | open => fixed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|