Skip to content

file: Drop error cases added by CMake 3.12.0-rc1 to avoid regressions

Brad King requested to merge brad.king/cmake:file-GLOB-remove-new-errors into master

Refactoring in !1810 (merged) introduced error diagnostics for argument combinations that were previously accepted. Restore acceptance to avoid regressing projects that used those combinations even if they do not make sense.

Fixes: #18097 (closed)

Merge request reports