ENH: Warn if build dir is too long for filesystem
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.
Please register or sign in to comment