From: Adam Dickmeiss Date: Wed, 27 May 2015 09:23:35 +0000 (+0200) Subject: Fix command line for cmake X-Git-Tag: v0.4~4 X-Git-Url: http://git.indexdata.com/?p=mp-xquery-moved-to-github.git;a=commitdiff_plain;h=fda491d2f11e70635a3e40f9e149e19d675723e2 Fix command line for cmake --- diff --git a/doc/book.xml b/doc/book.xml index df22167..d80d81e 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -98,7 +98,7 @@ cd zorba-3.0 mkdir build cd build - cmake -D -Wno-dev \ + cmake -Wno-dev \ -D CMAKE_INSTALL_PREFIX=/opt/zorba \ -D ZORBA_SUPPRESS_SWIG:BOOL=ON \ ..