Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in cmake .. command for raisimOgre #30

Closed
basitimran37 opened this issue May 11, 2024 · 1 comment
Closed

Typo in cmake .. command for raisimOgre #30

basitimran37 opened this issue May 11, 2024 · 1 comment

Comments

@basitimran37
Copy link

basitimran37 commented May 11, 2024

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
Copy link
Contributor

Thank you for the correction. I pushed a fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants