mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-16 23:40:25 +01:00
Work around TestBigEndian bug in cmake<3.9
This commit is contained in:
parent
636951d304
commit
004b91358e
|
@ -9,9 +9,11 @@ endif()
|
||||||
|
|
||||||
set(IRRLICHTMT_REVISION 11)
|
set(IRRLICHTMT_REVISION 11)
|
||||||
|
|
||||||
|
# workaround: cmake<3.9 requires C language for internal checks
|
||||||
|
# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/487
|
||||||
project(Irrlicht
|
project(Irrlicht
|
||||||
VERSION 1.9.0.${IRRLICHTMT_REVISION}
|
VERSION 1.9.0.${IRRLICHTMT_REVISION}
|
||||||
LANGUAGES CXX
|
LANGUAGES C CXX
|
||||||
)
|
)
|
||||||
|
|
||||||
message(STATUS "*** Building IrrlichtMt ${PROJECT_VERSION} ***")
|
message(STATUS "*** Building IrrlichtMt ${PROJECT_VERSION} ***")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user