aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2014-07-12 06:39:43 +0300
committerPetri Lehtinen <petri@digip.org>2014-07-12 06:42:36 +0300
commit23b1b7ba9a6bfce36d6e42623146c815e6b4e234 (patch)
tree9e298423d0e0236bcf0802a516f32e79dcf0c3d1 /doc
parentdb285b37649ffffabbb767029d4ca83af2e6f83d (diff)
downloadjansson-23b1b7ba9a6bfce36d6e42623146c815e6b4e234.zip
jansson-23b1b7ba9a6bfce36d6e42623146c815e6b4e234.tar.gz
jansson-23b1b7ba9a6bfce36d6e42623146c815e6b4e234.tar.bz2
Document JANSSON_BUILD_SHARED_LIBS CMake option2.6
Fixes #187.
Diffstat (limited to 'doc')
-rw-r--r--doc/gettingstarted.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gettingstarted.rst b/doc/gettingstarted.rst
index 4e59e51..b5191e7 100644
--- a/doc/gettingstarted.rst
+++ b/doc/gettingstarted.rst
@@ -140,7 +140,7 @@ By default the CMake_ project will generate build files for building the
static library. To build the shared version use::
...
- cmake -DBUILD_SHARED=1 ..
+ cmake -DJANSSON_BUILD_SHARED_LIBS=1 ..
Changing install directory (same as autoconf --prefix)
""""""""""""""""""""""""""""""""""""""""""""""""""""""