Skip to content

Commit

Permalink
Fix option name, follows up f24c8c1
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored Apr 20, 2019
1 parent f24c8c1 commit 23ee6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-openrave.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Thus, `apt` would not try to install non-critical packages marked as *recommende

In case you run into `non-constant-expression cannot be narrowed from type 'double' to 'float' in initializer list [-Wc++11-narrowing]` errors (happened on OpenRAVE 0.15 and a Clang 6.0.0/7.0.0 compiler), reconfigure CMake with the following option:

`cmake .. -DOPENRAVE_IKFAST_FLOAT32=OFF`
`cmake .. -DOPT_IKFAST_FLOAT32=OFF`

## Install OpenRAVE with FCL (Confirmed for Ubuntu 15.04, 15.10, 16.10, 17.04)

Expand Down

0 comments on commit 23ee6bd

Please sign in to comment.