MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014538 | CMake | CCMake | public | 2013-11-01 19:44 | 2016-06-10 14:31 |
Reporter | mwoehlke | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | moved | ||
Platform | x86_64 | OS | Linux | OS Version | Fedora 18 |
Product Version | CMake 2.8.11 | ||||
Target Version | Fixed in Version | ||||
Summary | 0014538: passing -D to ccmake prevents editing that value | ||||
Description | Values passed as e.g. -D arguments to ccmake cannot be edited in ccmake; they are reset to the value on the command line when configuring the project. This is caused by ccmake naïvely passing these arguments along to cmake when it is invoked, such that they are reset to the value given on the command line and not the value specified in ccmake. | ||||
Steps To Reproduce | - ccmake -DFOO=123 - change FOO to something else - configure - FOO is reset to 123 | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-11-01 19:44 | mwoehlke | New Issue | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042409 | |||
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 | |||||
|
|||||
|
|