From df219dd09b25e843410fe50446c4d5abf2cfda75 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Mon, 5 Nov 2012 14:44:10 +0100 Subject: [PATCH] Doc: use correct cmake vars --- doc/building.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/building.rst b/doc/building.rst index 487a368399..236bde7dd7 100644 --- a/doc/building.rst +++ b/doc/building.rst @@ -112,8 +112,8 @@ Next, we build mirall:: cd ../mirall-build cmake -DCMAKE_BUILD_TYPE="Debug" ../mirall \ - -DCSYNC_LIBRARY_DIRECTORY=../ocsync-build \ - -DCSYNC_INCLUDE_DIRECTORY=../ocsync/src + -DCSYNC_LIBRARY_PATH=../ocsync-build \ + -DCSYNC_INCLUDE_PATH=../ocsync/src If this succeeds, call ``make``. The owncloud binary should appear in the ``bin`` directory. You can also run ``make install`` to install the client to