This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
ff805113c7
CMake
/
Tests
/
RunCMake
/
CommandLine
/
Werror_deprecated.cmake
2 lines
47 B
CMake
Raw
Normal View
History
Unescape
Escape
Add -Werror and -Wno-error command-line options Expand the -W set of cmake options to include support for the -Werror and -Wno-error format, which is used to control upgrading and downgrading warning and error messages. Implement support for these new formats for the dev and deprecated message types. Add tests and updated documentation for new options.
2015-12-22 00:39:27 +03:00
message
(
DEPRECATION
"Some deprecated warning"
)