Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
CommandLine
/
Wno-author.cmake
blob: 67a7bde3281b2592721f368a87af2f0a4e3a6a1f [
file
]
message
(
AUTHOR_WARNING
"Some author warning"
)
# without -Wno-author this will also cause an AUTHOR_WARNING message, checks
# that messages issued outside of the message command, by other CMake commands,
# also are affected by -Wno-author
include
(
""
)