Skip to content

Commit

Permalink
Update install.md (#673)
Browse files Browse the repository at this point in the history
Fix typo in cmake command
  • Loading branch information
xela-95 authored Jan 10, 2024
1 parent c892802 commit 1d2b5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ mkdir build
You can use CMake to generate the necessary file for the compilation, and compile gazebo-yarp-plugins using make. The plugins should be install in the directory specified by `CMAKE_INSTALL_PREFIX` (by default `/usr/local`):
```
cd build
cmake -DCMAKE_BUILD_TYPE="Release "../ -DCMAKE_INSTALL_PREFIX=/path/to/the/install/folder
cmake -DCMAKE_BUILD_TYPE="Release" ../ -DCMAKE_INSTALL_PREFIX=/path/to/the/install/folder
cmake --config Release --build . --target install
```

Expand Down

0 comments on commit 1d2b5fa

Please sign in to comment.