Remove ctest command from read me file
parent
5c2a763999
commit
569610363f
|
@ -36,7 +36,6 @@ cmake -E make_directory build
|
||||||
cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release ..
|
cmake -E chdir build cmake -DCMAKE_BUILD_TYPE=Release ..
|
||||||
cmake --build build
|
cmake --build build
|
||||||
cmake -E chdir build/examples/c ./example_lib_opengjk_ce
|
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:
|
If you get no errors, the successfull output is:
|
||||||
|
|
Loading…
Reference in New Issue