Skip to content

Commit a3e32d8

Browse files
authoredSep 5, 2021
Add hint to error message on how to build with in-tree Irrlicht
1 parent ff9945d commit a3e32d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ else()
8686
if(NOT TARGET IrrlichtMt::IrrlichtMt)
8787
string(CONCAT explanation_msg
8888
"The Minetest team has forked Irrlicht to make their own customizations. "
89-
"It can be found here: https://github.com/minetest/irrlicht")
89+
"It can be found here: https://github.com/minetest/irrlicht\n"
90+
"For example use: git clone --depth=1 https://github.com/minetest/irrlicht lib/irrlichtmt\n")
9091
if(BUILD_CLIENT)
9192
message(FATAL_ERROR "IrrlichtMt is required to build the client, but it was not found.\n${explanation_msg}")
9293
endif()

0 commit comments

Comments
 (0)