Closed patrick96 closed 4 years ago
On older cmake versions NAME_MISMATCHED would not be interpreted as a flag, but as part of the REQUIRED_VARS that need to be checked.
NAME_MISMATCHED
REQUIRED_VARS
Using FPHSA_NAME_MISMATCHED makes this compatible with older cmake versions
On older cmake versions
NAME_MISMATCHED
would not be interpreted as a flag, but as part of theREQUIRED_VARS
that need to be checked.Using FPHSA_NAME_MISMATCHED makes this compatible with older cmake versions