Remove ctest command from read me file

This commit is contained in:
Mattia Montanari
2022-07-19 15:21:23 +02:00
parent 5c2a763999
commit 569610363f

View File

@@ -36,7 +36,6 @@ cmake -E make_directory build
cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build build
cmake -E chdir build/examples/c ./example_lib_opengjk_ce
cmake -E chdir "build/test" ctest --build-config Release
```
If you get no errors, the successfull output is: