Fix typo in readme
parent
9851fe1cfe
commit
f7f243ec04
|
@ -35,7 +35,7 @@ followed by these commands:
|
||||||
cmake -E make_directory build
|
cmake -E make_directory build
|
||||||
cmake -E chdir build cmake -DRUN_UNITESTS=ON -DCMAKE_BUILD_TYPE=Release ..
|
cmake -E chdir build cmake -DRUN_UNITESTS=ON -DCMAKE_BUILD_TYPE=Release ..
|
||||||
cmake --build build
|
cmake --build build
|
||||||
cmake -E chdir build/src/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
|
cmake -E chdir "build/test" ctest --build-config Release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue