From 23b1b7ba9a6bfce36d6e42623146c815e6b4e234 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sat, 12 Jul 2014 06:39:43 +0300 Subject: [PATCH] Document JANSSON_BUILD_SHARED_LIBS CMake option Fixes #187. --- doc/gettingstarted.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) """"""""""""""""""""""""""""""""""""""""""""""""""""""