MantisBT - CMake | ||||||||||
| View Issue Details | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||
| 0014464 | CMake | CMake | public | 2013-10-08 15:03 | 2014-03-05 09:58 | |||||
| Reporter | James Bigler | |||||||||
| Assigned To | Brad King | |||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||||
| Status | closed | Resolution | duplicate | |||||||
| Platform | OS | Windows | OS Version | 7x64 | ||||||
| Product Version | CMake 2.8.12 | |||||||||
| Target Version | Fixed in Version | |||||||||
| Summary | 0014464: Function name with a single letter doesn't work | |||||||||
| Description | Given the following cmake code: function(x) message("hi") endfunction() x() CMake will produce this error: Parse error. Expected a command name, got unquoted argument with text "x". If you change the function to have more than one character, then it works properly: function(xx) message("hi") endfunction() xx() | |||||||||
| Steps To Reproduce | ||||||||||
| Additional Information | Seems to affect version 2.8.10.1, but I haven't tried other versions. | |||||||||
| Tags | No tags attached. | |||||||||
| Relationships |
| |||||||||
| Attached Files | ||||||||||
| Issue History | ||||||||||
| Date Modified | Username | Field | Change | |||||||
| 2013-10-08 15:03 | James Bigler | New Issue | ||||||||
| 2013-10-09 08:24 | Brad King | Relationship added | duplicate of 0014181 | |||||||
| 2013-10-09 08:24 | Brad King | Status | new => resolved | |||||||
| 2013-10-09 08:24 | Brad King | Resolution | open => duplicate | |||||||
| 2013-10-09 08:24 | Brad King | Assigned To | => Brad King | |||||||
| 2014-03-05 09:58 | Robert Maynard | Note Added: 0035278 | ||||||||
| 2014-03-05 09:58 | Robert Maynard | Status | resolved => closed | |||||||
| Notes | |||||
|
|
|||||
|
|
||||