From ef999ad9d5bbb85c87d73f8ece8a1fbad17e4265 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Wed, 22 Aug 2007 21:48:06 +0000 Subject: [PATCH] wrong slashs... git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19737 a592a061-630c-0410-9148-cb99ea01b6c8 --- INSTALL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.cmake b/INSTALL.cmake index 0264540b36..cfdbcd8945 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -83,7 +83,7 @@ Building with GCC/Linux ------------------------ * create a build directory, e.g. .../trunk/../build - * call in the build directory 'cmake ..\trunk\development\cmake' + * call in the build directory 'cmake ../trunk/development/cmake' * compiler and linker options could be suppressd by '-Dquiet=1'