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

Improve FindIrrlicht.cmake module #2371

Closed
wants to merge 1 commit into from
Closed

Improve FindIrrlicht.cmake module #2371

wants to merge 1 commit into from

Conversation

apoleon
Copy link
Contributor

@apoleon apoleon commented Feb 21, 2015

Linux distributions prefer to link against a shared version of the Irrlicht
engine instead of using embedded code copies. Search for this
shared version first and use that but fall back to the static version if it
does not exist.

This also fixes #2163

Linux distributions prefer to link against a shared version of the Irrlicht
engine instead of using embedded code copies of the same. Search for this
shared version first and use that but fall back to the static version if it
does not exist.

This also fixes #2163
@nerzhul
Copy link
Member

nerzhul commented Feb 21, 2015

I think this could be good. Then i agree

@nerzhul
Copy link
Member

nerzhul commented Feb 21, 2015

Merged, thanks (ok @ShadowNinja on IRC)
47d9b4d

@nerzhul nerzhul closed this Feb 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using the distribution's system Irrlicht library
2 participants