1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Tests/FindPackageCpsTest/cps/DefaultConfigurationsTest@Default.cps
Matthew Woehlke eb51e55dcd cmPackageInfoReader: Fix IMPORTED_CONFIGURATIONS
Rework how we assign imported configurations to only add configurations
that are actually imported. This requires a certain amount of cleverness
to keep the order consistent with the package's specified default
configurations, but doing this is important now that configuration
selection (see policies CMP0199 and CMP0200) is more reliant on the
IMPORTED_CONFIGURATIONS property being accurate, rather than focusing on
whether configuration-specific properties are set.
2025-09-02 11:40:18 -04:00

11 lines
184 B
Plaintext

{
"cps_version": "0.13",
"name": "DefaultConfigurationsTest",
"configuration": "Default",
"components": {
"Target1": {
"includes": [ "@prefix@/include" ]
}
}
}