Closed robertodr closed 6 years ago
Reverts the change to the options wrappers. Using CMakeParseArguments is neater, but the default value is always printed, even when a different value is set by the user. Making it work nicely turns out to be too cumbersome to bother.
CMakeParseArguments
OK - thank you for the efforts, though!
Reverts the change to the options wrappers. Using
CMakeParseArguments
is neater, but the default value is always printed, even when a different value is set by the user. Making it work nicely turns out to be too cumbersome to bother.