mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Give data version the new format <major>.<minor>, so that the version can be incremented with the introduction of new features without bumping the major version. Add support for loading instrumentation JSON queries of unknown data versions without error. Issue: #27833
7 lines
235 B
Plaintext
7 lines
235 B
Plaintext
CMake Error at [^
|
|
]*\(cmake_instrumentation\):
|
|
cmake_instrumentation given a malformed DATA_VERSION ""\. A numeric major
|
|
or major\.minor version is required\.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:5 \(include\)
|