[cmake-developers] [CMake 0014181]: One-character function names don't work

Mantis Bug Tracker mantis at public.kitware.com
Thu May 30 17:38:02 EDT 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14181 
====================================================================== 
Reported By:                Wojciech Knapik
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14181
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   low
Status:                     new
====================================================================== 
Date Submitted:             2013-05-30 23:38 CEST
Last Modified:              2013-05-30 23:38 CEST
====================================================================== 
Summary:                    One-character function names don't work
Description: 
$ cat CMakeLists.txt
function(a)
endfunction()
a()
$ cmake .
CMake Error: Error in cmake code at
/tmp/CMakeLists.txt:3:
Parse error.  Expected a command name, got unquoted argument with text "a".
-- Configuring incomplete, errors occurred!
$
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-05-30 23:38 Wojciech KnapikNew Issue                                    
======================================================================




More information about the cmake-developers mailing list