raisimTech / raisimOgre

Other
26 stars 21 forks source link

Typo in cmake .. command for raisimOgre #30

Closed basitimran37 closed 6 months ago

basitimran37 commented 6 months ago

There is a typo in ogre cmake line:

What it is right now: $ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$LOCAL_INSTALL -DOGRE_BUILD_COMPONENT_BITES=ON -DOGRE_BUILD_DEPENDENCIES=OFF -DOGRE_BUILD_SAMPLES=False OGRE_BUILD_COMPONENT_JAVA=OFF

Particularly, '-D' flag is missing in front of OGRE_BUILD_COMPONENT_JAVA=OFF.

jhwangbo commented 6 months ago

Thank you for the correction. I pushed a fix