2
0
mirror of https://github.com/boostorg/cmake.git synced 2026-01-19 04:02:15 +00:00

'Unparsed arguments ignored' is an AUTHOR_WARNING, not a WARNING

This commit is contained in:
Peter Dimov
2019-12-26 23:30:15 +02:00
parent c33df96532
commit 9b26f1ccba

View File

@@ -48,7 +48,7 @@ function(boost_fetch)
if(__UNPARSED_ARGUMENTS)
message(WARNING "boost_fetch: extra arguments ignored: ${__UNPARSED_ARGUMENTS}")
message(AUTHOR_WARNING "boost_fetch: extra arguments ignored: ${__UNPARSED_ARGUMENTS}")
endif()