From 405bf9bcd9bd4fa4fdf43b0cd284bc4c3263ffd7 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Mon, 13 Dec 2021 18:00:49 +0100 Subject: [PATCH] Add a missing dash. --- Help/chapter/CMake Cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/chapter/CMake Cache.rst b/Help/chapter/CMake Cache.rst index 235b63b..68acf89 100644 --- a/Help/chapter/CMake Cache.rst +++ b/Help/chapter/CMake Cache.rst @@ -150,7 +150,7 @@ following nightly dashboard script for a UNIX machine:: cd Foo-Linux # run cmake to setup the cache - cmake DBUILD_TESTING:BOOL=ON ../Foo + cmake -DBUILD_TESTING:BOOL=ON ../Foo # generate the dashboard ctest -D Nightly -- GitLab