mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-26 08:29:54 -06:00
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.
10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
{
|
|
"name": "Foo",
|
|
"configuration": "default",
|
|
"components": {
|
|
"RelativeTest": {
|
|
"includes": ["../include"]
|
|
}
|
|
}
|
|
}
|