Files
CMake/Tests/FindPackageCpsTest/cps/foo-relative@default.cps
Matthew Woehlke 83b22da7ac cmPackageInfoReader: Inherit cps_version
Modify cmPackageInfoReader to not require schema_version in supplemental
files (i.e. appendices and/or configuration-specific files). This is
important as our own generation is not including cps_version in
supplemental files, and it is forbidden in the same according to a
strict reading of the specification.
2025-02-11 12:32:46 -05:00

10 lines
134 B
Plaintext

{
"name": "Foo",
"configuration": "default",
"components": {
"RelativeTest": {
"includes": ["../include"]
}
}
}