diff --git a/README.md b/README.md index 087cc8df2..abe4a2c0e 100644 --- a/README.md +++ b/README.md @@ -281,12 +281,12 @@ to the project where users can find all related documentation pages. To compile and run the tests, `EnTT` requires *googletest*.
`cmake` will download and compile the library before compiling anything else. -In order to build without tests set CMake option `BUILD_TESTING=OFF`. +In order to build the tests, set the CMake option `BUILD_TESTING` to `ON`. To build the most basic set of tests: * `$ cd build` -* `$ cmake ..` +* `$ cmake -DBUILD_TESTING=ON ..` * `$ make` * `$ make test`