📝 different cmake call

This commit is contained in:
Niels Lohmann
2017-10-05 19:43:59 +02:00
parent 73d1b55aba
commit 60439aff05
+1 -1
View File
@@ -935,7 +935,7 @@ To compile and run the tests, you need to execute
$ mkdir build
$ cd build
$ cmake ..
$ make
$ cmake --build .
$ ctest
```