aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-20 01:12:36 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-20 01:12:36 +0100
commitb869c926429e9316617a643960a97fad64dd42ef (patch)
treecac24c315003fca221175b0cab146a65fe77b884 /README.md
parent3be2d1bb66db121fd0a50daae62c1c38359d1c61 (diff)
downloadYAGE-b869c926429e9316617a643960a97fad64dd42ef.tar.gz
YAGE-b869c926429e9316617a643960a97fad64dd42ef.zip
Documenting flag to pass to cmake
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 459bf1fd..86d2df6f 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ cmake and point it to the directory containing.
``` shell
mkdir build
cd build
-cmake ..
+cmake .. -DENABLE_TESTING=1
```
You can then run google test on YAGE.