mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-07 15:18:38 -06:00
Adds a set of sub commands to the string command for parsing JSON, the JSON commands are: GET, TYPE, MEMBER, LENGTH, REMOVE, SET, and EQUAL. Closes: #19501
6 lines
263 B
Plaintext
6 lines
263 B
Plaintext
CMake Error at JSONWrongMode.cmake:1 \(string\):
|
|
string sub-command JSON got an invalid mode 'FOO', expected one of GET,
|
|
GET_ARRAY, TYPE, MEMBER, MEMBERS, LENGTH, REMOVE, SET, EQUAL.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|