Skip to content
  • Brad King's avatar
    Remove barely-used cmMakefile::AddCacheDefinition · afbe0883
    Brad King authored
    The boolean overload of this method was used only to implement option().
    We re-implement option() in terms of the main method and removes the
    now-unused signature.  This removes some duplicate code that had already
    fallen behind on changes (it was not removing the local definition
    instead of setting it).
    afbe0883