mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-14 19:20:10 -06:00
Fix a small bug in cmExportPackageInfoGenerator that caused extended
version properties ("compat_version", "version_schema")) to be emitted
when empty. Add a test to ensure this is working as intended.
Fixes: #26264