MantisBT - CMake
View Issue Details
0014851CMake(No Category)public2014-03-30 11:492016-06-10 14:31
toeb 
Kitware Robot 
normalfeaturehave not tried
closedmoved 
 
 
0014851: a fast eval
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.

No tags attached.
Issue History
2014-03-30 11:49toebNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042523
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042523)
Kitware Robot   
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.