summaryrefslogtreecommitdiff
path: root/docs/unit-testing.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/unit-testing.md')
-rw-r--r--docs/unit-testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/unit-testing.md b/docs/unit-testing.md
index 3bd1181..6dbbab2 100644
--- a/docs/unit-testing.md
+++ b/docs/unit-testing.md
@@ -10,7 +10,7 @@ For example:
cd azerothcore
mkdir build
cd build
-cmake ../ -DWITH_WARNINGS=1 -DTOOLS=0 -DSCRIPTS=1 -DBUILD_TESTING=1
+cmake ../ -DWITH_WARNINGS=1 -DTOOLS=0 -DSCRIPTS=static -DBUILD_TESTING=1
make install -j 6
```