Skip to content

Commit bea8a34

Browse files
committed
[doc] Remove note about CMake UI problems
1 parent 6623321 commit bea8a34

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

documentation/source/development/building.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ If you have `Ninja build system <https://ninja-build.org/>`__ installed, you can
9797
# Build all targets
9898
\> cmake --build ./cmake-build-debug/
9999
100-
.. note::
101-
If you use CMake GUI add `CMAKE_BUILD_TYPE` with value `Debug` or `Release`. `#228 <https://github.com/inexorgame/vulkan-renderer/issues/228>`__.
102-
103100
- Choose any IDE that CMake can generate a project map for. If in doubt use `Visual Studio 2019 <https://visualstudio.microsoft.com/>`__.
104101
- Clone the source code. Free and good tools are `GitHub Desktop <https://desktop.github.com/>`__ or `GitKraken Git GUI <https://www.gitkraken.com/git-client>`__.
105102
- Open CMake and select the root folder which contains ``CMakeLists.txt`` (not just ``src`` folder!).

0 commit comments

Comments
 (0)