View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014851CMake(No Category)public2014-03-30 11:492016-06-10 14:31
Reportertoeb 
Assigned ToKitware Robot 
PrioritynormalSeverityfeatureReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0014851: a fast eval
DescriptionIt 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.

TagsNo tags attached.
Attached Files

 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.

 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


Copyright © 2000 - 2018 MantisBT Team