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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user