Learn more about cloning repositories
You have read-only access
[cmake][utils] Add a NEGATE flag to precondition. Now one can do: precondition(VAR NEGATE) to avoid typing: if (VAR) message(FATAL_ERROR ...) endif() Normal precondition functionality is preserved.