We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9945d commit a3e32d8Copy full SHA for a3e32d8
CMakeLists.txt
@@ -86,7 +86,8 @@ else()
86
if(NOT TARGET IrrlichtMt::IrrlichtMt)
87
string(CONCAT explanation_msg
88
"The Minetest team has forked Irrlicht to make their own customizations. "
89
- "It can be found here: https://github.com/minetest/irrlicht")
+ "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")
91
if(BUILD_CLIENT)
92
message(FATAL_ERROR "IrrlichtMt is required to build the client, but it was not found.\n${explanation_msg}")
93
endif()
0 commit comments