MantisBT - CMake
View Issue Details
0014538CMakeCCMakepublic2013-11-01 19:442016-06-10 14:31
mwoehlke 
Kitware Robot 
normalminoralways
closedmoved 
x86_64LinuxFedora 18
CMake 2.8.11 
 
0014538: passing -D to ccmake prevents editing that value
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.
- ccmake -DFOO=123
- change FOO to something else
- configure
- FOO is reset to 123
No tags attached.
Issue History
2013-11-01 19:44mwoehlkeNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042409
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042409)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.