Skip to content
  • Brad King's avatar
    cmake: Implement placeholder --help-custom-modules compatibility · b1772946
    Brad King authored
    The implementation of the "cmake --help-custom-modules" was removed
    along with the rest of the old help generation infrastructure when
    documentation was converted to reStructuredText.  In order to avoid
    breaking existing project builds outright when they use a custom command
    that runs a command like "cmake --help-custom-modules foo.1", generate
    the requested file with placeholder content explaining that the option
    is not supported anymore.
    b1772946