Files
CMake/Tests/FindPackageCpsTest/cps/longversion.cps
Matthew Woehlke 7a0e698384 find_package: Fix CPS version parsing
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.
2025-02-12 11:35:54 -05:00

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": {}
}