changeset 2887:a5fa74d4fe00 draft

Fix typo in tutorial
author Volker Grabsch <vog@notjusthosting.com>
date Wed, 05 Dec 2012 12:08:52 +0100
parents a35bc5f99e0e
children 0cf5b1ab1002 344d62166bb5
files index.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/index.html
+++ b/index.html
@@ -356,7 +356,7 @@
     <a href="http://www.cmake.org/">CMake</a> project,
     you can use the provided toolchain file:
     </p>
-    <pre>cmake ... -DCMAKE_TOOLCHAIN_FILE=/<em>where MXE is installed</em>/usr/i686-pc-mingw32/share/cmake/mingw-cross-env-conf.cmake</pre>
+    <pre>cmake ... -DCMAKE_TOOLCHAIN_FILE=/<em>where MXE is installed</em>/usr/i686-pc-mingw32/share/cmake/mxe-conf.cmake</pre>
 
     <h3>Step 5c: Cross compile your Project (Qt)</h3>