mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Improve FindIrrlicht.cmake module
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 https://github.com/minetest/minetest/issues/2163
This commit is contained in:
parent
c5defe7a11
commit
47d9b4d9aa
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ else()
|
|||
/usr/include/irrlicht
|
||||
)
|
||||
|
||||
FIND_LIBRARY(IRRLICHT_LIBRARY NAMES libIrrlicht.a Irrlicht
|
||||
FIND_LIBRARY(IRRLICHT_LIBRARY NAMES libIrrlicht.so libIrrlicht.a Irrlicht
|
||||
PATHS
|
||||
/usr/local/lib
|
||||
/usr/lib
|
||||
|
|
Loading…
Add table
Reference in a new issue