mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-27 17:10:43 -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
156 B
Plaintext
9 lines
156 B
Plaintext
{
|
|
"cps_version": "0.13",
|
|
"name": "BadVersion2",
|
|
"version": "1.1a.0",
|
|
"version_schema": "simple",
|
|
"cps_path": "@prefix@/cps",
|
|
"components": {}
|
|
}
|