summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2014-09-20 13:20:23 -0400
committerAllen Winter <allen.winter@kdab.com>2014-09-20 13:20:23 -0400
commit3247ec69057327338a189feb4ab86781eb832b99 (patch)
treefef2fcb2359eb0562714108db0c10010bfc6f037 /Install.txt
parentfde0e93a388c9f12b94998671131a9a19e793c6e (diff)
downloadlibical-git-3247ec69057327338a189feb4ab86781eb832b99.tar.gz
fix issue87: build shared libs only with cmake -DSHARED_ONLY=True
Diffstat (limited to 'Install.txt')
-rw-r--r--Install.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Install.txt b/Install.txt
index cd976a02..8dbdb1e5 100644
--- a/Install.txt
+++ b/Install.txt
@@ -60,3 +60,4 @@ For example: nmake test ARGS="-V"
By default, the buildsystem creates shared(dynamic) and static versions
of the libraries, but that behavior can be modified at CMake time:
- To build the static libraries only, pass -DSTATIC_ONLY=True to CMake.
+ - To build the shared libraries only, pass -DSHARED_ONLY=True to CMake.