From 19e82abf7d0f96fd6a953ec60d30624f8a6554e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Wed, 19 Feb 2014 20:42:05 +0100 Subject: [PATCH] doc: fix order of arguments when building through CMake. --- doc/building.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.