Skip to content
  • Brad King's avatar
    ENH: Warn if build dir is too long for filesystem · 205fce61
    Brad King authored
    When an object file directory is too deep to place an object file
    without exceeding CMAKE_OBJECT_PATH_MAX, this issues a warning.
    Previously we silently ignored the problem.  See issue #7860.
    205fce61