mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-08 06:40:48 -06:00
`if()` uses the internal `IsOn` call whild `$<BOOL:>` uses `IsOff`. For historical reasons, these are not inverses of each other, so drop mention of `if()` from the documentation of `$<BOOL:>`.