Skip to content

Tests: Fix FindModulesExecuteAll when KDE4 is installed

Brad King requested to merge brad.king/cmake:fix-test-all-find-modules into master

Set CMP0017 to NEW so that when FindKDE4 sets CMAKE_MODULE_PATH it does not break internal dependencies of other find modules.

While at it, simplify the same setting in CMakeOnly.AllFindModules.

Fixes: #16823 (closed)

Merge request reports