From bea8a34a8bef3abe52fba431980c436b521ca740 Mon Sep 17 00:00:00 2001 From: Johannes Schneider Date: Sun, 19 Jun 2022 13:18:07 +0200 Subject: [PATCH] [doc] Remove note about CMake UI problems --- documentation/source/development/building.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/documentation/source/development/building.rst b/documentation/source/development/building.rst index 8e6aa38d3..296d59f5e 100644 --- a/documentation/source/development/building.rst +++ b/documentation/source/development/building.rst @@ -97,9 +97,6 @@ If you have `Ninja build system `__ installed, you can # Build all targets \> cmake --build ./cmake-build-debug/ -.. note:: - If you use CMake GUI add `CMAKE_BUILD_TYPE` with value `Debug` or `Release`. `#228 `__. - - Choose any IDE that CMake can generate a project map for. If in doubt use `Visual Studio 2019 `__. - Clone the source code. Free and good tools are `GitHub Desktop `__ or `GitKraken Git GUI `__. - Open CMake and select the root folder which contains ``CMakeLists.txt`` (not just ``src`` folder!).