📝 different cmake call

pull/783/head
Niels Lohmann 2017-10-05 19:43:59 +02:00
parent 73d1b55aba
commit 60439aff05
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
1 changed files with 1 additions and 1 deletions

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
```