1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Switch Irrlicht dependency to our own fork

-> https://github.com/minetest/irrlicht
This commit is contained in:
sfan5 2021-02-18 14:50:47 +01:00
parent 3579dd2186
commit 91c9313c87
4 changed files with 39 additions and 56 deletions

View file

@ -295,7 +295,6 @@ else()
endif(NOT HAIKU AND NOT APPLE)
find_package(JPEG REQUIRED)
find_package(BZip2 REQUIRED)
find_package(PNG REQUIRED)
if(APPLE)
find_library(CARBON_LIB Carbon REQUIRED)