summaryrefslogtreecommitdiffstats
path: root/doc/developer/static-linking.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/developer/static-linking.rst')
-rw-r--r--doc/developer/static-linking.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer/static-linking.rst b/doc/developer/static-linking.rst
index 5342fbf..e9bb928 100644
--- a/doc/developer/static-linking.rst
+++ b/doc/developer/static-linking.rst
@@ -44,7 +44,7 @@ when building libyang statically.
The resultant cmake command is::
cmake -DENABLE_STATIC=ON -DENABLE_LYD_PRIV=ON \
- -DCMAKE_INSTALL_PREFIX:PATH=/usr \
+ --install-prefix /usr \
-DCMAKE_POSITION_INDEPENDENT_CODE=TRUE \
-DCMAKE_BUILD_TYPE:String="Release" ..