On 12/06/2013 02:51 PM, Daniele E. Domenichelli wrote: > Actually ExternalProject, like several other modules, would probably > benefit on using the C++ implementation instead of having their own > parsing, or using the cmake implementation, but that's for a following > patch.
The ExternalProject module does not use cmake_parse_arguments. Its argument parsing is a lightweight state machine and mostly just stores values in target properties for later query. Having to route that through another argument parsing command would not help much. All the values would come back in variables just to turn around and put them in target properties. -Brad -- 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