[cmake-developers] [CMake 0014538]: passing -D to ccmake prevents editing that value
Mantis Bug Tracker
mantis at public.kitware.com
Fri Nov 1 19:44:47 EDT 2013
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=14538
======================================================================
Reported By: mwoehlke
Assigned To:
======================================================================
Project: CMake
Issue ID: 14538
Category: CCMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-11-01 19:44 EDT
Last Modified: 2013-11-01 19:44 EDT
======================================================================
Summary: 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
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-11-01 19:44 mwoehlke New Issue
======================================================================
More information about the cmake-developers
mailing list