diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 0f00f5327a..0eadff4fd2 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -190,13 +190,12 @@ source and build trees and generate a buildsystem: "description": "Default build using Ninja generator", "generator": "Ninja", "binaryDir": "${sourceDir}/build/default", - "cacheVariables": [ - { - "name": "MY_CACHE_VARIABLE", + "cacheVariables": { + "MY_CACHE_VARIABLE": { "type": "BOOL", "value": "OFF" } - ] + } } ] }