diff options
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index c0b3cd0..fbc287a 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -428,11 +428,11 @@ private: "section."} #define CMAKE_STANDARD_INTRODUCTION \ - {0, \ + {"", \ "CMake is a cross-platform build system generator. Projects " \ "specify their build process with platform-independent CMake listfiles " \ "included in each directory of a source tree with the name " \ "CMakeLists.txt. " \ "Users build a project by using CMake to generate a build system " \ - "for a native tool on their platform.", 0} + "for a native tool on their platform.", ""} #endif |