Set(__FOO=bar)
Sets an inherited version of "FOO" variable Set(FOO=bar), Removes the inherited version and sets a local variable.
However, NoOp(${__FOO}) is identical to NoOp(${FOO})
Set(__FOO=bar)
Sets an inherited version of "FOO" variable Set(FOO=bar), Removes the inherited version and sets a local variable.
However, NoOp(${__FOO}) is identical to NoOp(${FOO})