build: Set AUTHOR_WARNING on warnings

Github-Pull: #33144
Rebased-From: fa6497ba71
This commit is contained in:
MarcoFalke
2025-08-06 16:16:07 +02:00
committed by fanquake
parent 2724c39208
commit d20ba02caa

View File

@@ -690,6 +690,7 @@ if(configure_warnings)
message(WARNING "${warning}")
endforeach()
message(" ******\n")
message(AUTHOR_WARNING "Warnings have been encountered!")
endif()
# We want all build properties to be encapsulated properly.