mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
The `GET_ARRAY` and `MEMBERS` modes were removed during development and
review of commit 8eab76eb84 (string(JSON): Adds JSON parsing support to
the string command, 2020-08-24, v3.19.0-rc1~159^2), but were
accidentally left in an error message.
6 lines
243 B
Plaintext
6 lines
243 B
Plaintext
CMake Error at JSONWrongMode.cmake:1 \(string\):
|
|
string sub-command JSON got an invalid mode 'FOO', expected one of GET,
|
|
TYPE, MEMBER, LENGTH, REMOVE, SET, EQUAL.
|
|
Call Stack \(most recent call first\):
|
|
CMakeLists\.txt:[0-9]+ \(include\)
|