diff --git a/doc/building.dox b/doc/building.dox index 083e2aba8..3a9dbe0aa 100644 --- a/doc/building.dox +++ b/doc/building.dox @@ -106,7 +106,7 @@ Studio to load: cd build cmake -DCMAKE_INSTALL_PREFIX="C:/Sys" .. cmake --build . - cmake --build --target install . + cmake --build . --target install If you want to build and install from Visual Studio, just open the `Magnum.sln` project file generated by CMake in the build directory.