From 814471c89093c0d59ab64b910e62b3d115e77dd8 Mon Sep 17 00:00:00 2001 From: Vojtech Kral Date: Mon, 8 Apr 2019 10:09:35 +0200 Subject: [PATCH] doc: Fix line break issue --- doc/How to build - Windows.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/How to build - Windows.md b/doc/How to build - Windows.md index e223239ba..331a3533a 100644 --- a/doc/How to build - Windows.md +++ b/doc/How to build - Windows.md @@ -97,7 +97,11 @@ place the `build` directory relatively close to the drive root. Note that the build variant that you may choose using Visual Studio (i.e. _Release_ or _Debug_ etc.) when building the dependency package is **not relevant**. The dependency build will by default build _both_ the _Release_ and _Debug_ variants regardless of what you choose in Visual Studio. -You can disable building of the debug variant by passing the `-DDEP_DEBUG=OFF` option to CMake, this will only produce a _Release_ build. +You can disable building of the debug variant by passing the + + -DDEP_DEBUG=OFF + +option to CMake, this will only produce a _Release_ build. Refer to the CMake scripts inside the `deps` directory to see which dependencies are built in what versions and how this is done.