build: adjust some messages (#9087)

This commit is contained in:
Justin M. Keyes
2018-10-06 18:45:34 +02:00
committed by GitHub
parent 6fe9a12268
commit f95e0ae926
6 changed files with 18 additions and 18 deletions

View File

@@ -88,7 +88,7 @@ if(MINGW AND CMAKE_GENERATOR MATCHES "Ninja")
if(NOT MAKE_PRG)
message(FATAL_ERROR "GNU Make for mingw32 is required to build the dependecies.")
else()
message(STATUS "Found GNU Make for mingw32 at ${MAKE_PRG}")
message(STATUS "Found GNU Make for mingw32: ${MAKE_PRG}")
endif()
endif()