summaryrefslogtreecommitdiff
path: root/Install.txt
diff options
context:
space:
mode:
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.