MantisBT - CMake | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0014851 | CMake | (No Category) | public | 2014-03-30 11:49 | 2016-06-10 14:31 |
Reporter | toeb | ||||
Assigned To | Kitware Robot | ||||
Priority | normal | Severity | feature | Reproducibility | have not tried |
Status | closed | Resolution | moved | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0014851: a fast eval | ||||
Description | It would be very nice if cmake had a native eval function which would take a string and execute it as cmake. using the clutch create include file write include file include include file delete include file is very cumbersome having eval would allow calling functions dynamically much easier. ie function(someUnknownName) eval("someUnknownName(hello)") another create addition would be allowing dynamic function calls function(fu) message(hello) endfunction() set(func fu) ${func}() I thin the latter feature would however require an overhaul of the execution process. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2014-03-30 11:49 | toeb | New Issue | |||
2016-06-10 14:29 | Kitware Robot | Note Added: 0042523 | |||
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 |
Notes | |||||
|
|||||
|
|