Skip to content

cmFunctionCommand: in error message, print number of arguments

Joachim Wuttke requested to merge jwuttke/cmake:argmsg into master

If a function is called with an insufficient argument list, then print the number of arguments as supplied vs expected. Do not print the name of the function: it is printed immediately before anyway.

Topic-rename: function-arg-msg

Edited by Brad King

Merge request reports