1
0
mirror of https://github.com/luanti-org/minetestmapper.git synced 2025-10-10 07:25:25 +02:00

Add a few more log messages

This commit is contained in:
sfan5
2025-03-12 20:33:40 +01:00
parent 0a56b18cfb
commit 458c3c30a0
4 changed files with 11 additions and 4 deletions

View File

@@ -64,6 +64,7 @@ if(zlib-ng_FOUND)
set(USE_ZLIB_NG TRUE)
message(STATUS "Found zlib-ng, using it instead of zlib.")
else()
message(STATUS "zlib-ng not found, falling back to zlib.")
find_package(ZLIB REQUIRED)
set(USE_ZLIB_NG FALSE)
endif()