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 ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
