Fix typo in readme

fixes-turtlebasket
Mattia Montanari 2022-07-09 23:43:12 +02:00
parent 9851fe1cfe
commit f7f243ec04
1 changed files with 1 additions and 1 deletions

View File

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