mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-27 09:29:15 -05:00
f04dd93c47
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