View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
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. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0042523) 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. |
Notes |
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 |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |