Skip to content

Help: Fix cmake_parse_arguments behavior for not found arguments

Sylvain Joubert requested to merge sjoubert/cmake:help_parse_arguments into master

Value keywords are actually UNDEFINED rather than set to the empty string when they are not found in the argument list.

Merge request reports