mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-24 15:38:54 -06:00
Update cmPackageInfoReader's version parsing to more fully conform to the specification and to reject non-conforming version strings. Start adding framework to support version schemas other than "simple". Fix how cmFindPackageCommand extracts version parts to not fail if more than four parts are present.
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
{
|
|
"cps_version": "0.13",
|
|
"name": "LongVersion",
|
|
"version": "1.1.2.3.5.8+fibonacci",
|
|
"version_schema": "simple",
|
|
"cps_path": "@prefix@/cps",
|
|
"components": {}
|
|
}
|