From c3a2dfcf47d3a88723dfcaa81ce35363a0d41b20 Mon Sep 17 00:00:00 2001 From: Don Bright Date: Fri, 6 Jan 2012 18:56:03 -0600 Subject: fix typo in path to CMingw-cross-env.cmake in instructions diff --git a/tests/CMingw-cross-env.cmake b/tests/CMingw-cross-env.cmake index 09ec1d1..7dd2a05 100644 --- a/tests/CMingw-cross-env.cmake +++ b/tests/CMingw-cross-env.cmake @@ -10,7 +10,7 @@ # http://en.wikibooks.org/wiki/OpenSCAD_User_Manual/Cross-compiling_for_Windows_on_Linux_or_Mac_OS_X # - cross-compile openscad.exe, to verify your installation works properly. # - cd openscad/tests && mkdir build-mingw32 && cd build-mingw32 -# - cmake .. -DCMAKE_TOOLCHAIN_FILE=CMingw-cross-env.cmake \ +# - cmake .. -DCMAKE_TOOLCHAIN_FILE=../CMingw-cross-env.cmake \ # -DMINGW_CROSS_ENV_DIR= # - make should proceed as normal. # - now run 'ctest' on your *nix machine. -- cgit v0.10.1