build: Set AUTHOR_WARNING on warnings

This commit is contained in:
MarcoFalke 2025-08-06 16:16:07 +02:00
parent 38e6ea9f3a
commit fa6497ba71
No known key found for this signature in database

View File

@ -708,6 +708,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.