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                                    
======================================================================

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to