View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0009661CMakeCMakepublic2009-10-04 22:512014-06-02 08:37
ReporterBenoit Jacob 
Assigned ToBill Hoffman 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0009661: Please add --prefix and other shorthand cmdline args
DescriptionDear CMake Developers,

It would be most convenient if CMake took some command-line arguments that acted as shortcuts to set some commonly used variables.

The most obvious example is CMAKE_INSTALL_PREFIX. The current solution of requiring users to do

cmake -DCMAKE_INSTALL_PREFIX=path ...

is a bit heavy, so please consider adding --prefix as a special shortcut for that, so one could simply do:

cmake --prefix=path ...

(Just taking the old ./configure syntax as an example here, I'm not specially attached to it).
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0004194closedBill Hoffman support configure compatible command line flags 

  Notes
(0035987)
Robert Maynard (manager)
2014-06-02 08:37

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2009-10-04 22:51 Benoit Jacob New Issue
2009-10-04 23:10 Bill Hoffman Status new => assigned
2009-10-04 23:10 Bill Hoffman Assigned To => Bill Hoffman
2013-11-02 10:24 Stephen Kelly Relationship added duplicate of 0004194
2013-11-02 10:24 Stephen Kelly Status assigned => resolved
2013-11-02 10:24 Stephen Kelly Resolution open => duplicate
2014-06-02 08:37 Robert Maynard Note Added: 0035987
2014-06-02 08:37 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team