Skip to content

Tests: Fix check to add InstallMode tests

Brad King requested to merge brad.king/cmake:test-install-symlinks into master

The check added by !6396 (merged) only works when re-running CMake in a build tree after building cmake. Use the driving CMake to check instead. Remove the stray link after creation.

Also remove the message on failure: we do not use that convention.

Merge request reports