mirror of
https://github.com/minetest/irrlicht.git
synced 2025-02-22 13:50:25 +01:00
Work around TestBigEndian bug in cmake<3.9
This commit is contained in:
parent
c9e05c6e9a
commit
4d4d8df2aa
@ -2,9 +2,11 @@ cmake_minimum_required(VERSION 3.12)
|
||||
|
||||
set(IRRLICHTMT_REVISION 15)
|
||||
|
||||
# workaround: cmake<3.9 requires C language for internal checks
|
||||
# https://gitlab.kitware.com/cmake/cmake/-/merge_requests/487
|
||||
project(Irrlicht
|
||||
VERSION 1.9.0.${IRRLICHTMT_REVISION}
|
||||
LANGUAGES CXX
|
||||
LANGUAGES C CXX
|
||||
)
|
||||
|
||||
message(STATUS "*** Building IrrlichtMt ${PROJECT_VERSION} ***")
|
||||
|
Loading…
x
Reference in New Issue
Block a user