View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014538CMakeCCMakepublic2013-11-01 19:442016-06-10 14:31
Reportermwoehlke 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
Platformx86_64OSLinuxOS VersionFedora 18
Product VersionCMake 2.8.11 
Target VersionFixed in Version 
Summary0014538: passing -D to ccmake prevents editing that value
DescriptionValues 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
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042409)
Kitware Robot (administrator)
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.

 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


Copyright © 2000 - 2018 MantisBT Team