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
5d078868f0
CMake
/
Tests
/
RunCMake
/
CommandLine
/
Wno-deprecated.cmake
2 lines
47 B
CMake
Raw
Normal View
History
Unescape
Escape
Add -W options to control deprecated warning messages. Add 'deprecated' warning options type, to allow setting CMAKE_WARN_DEPRECATED via the -W '-Wdeprecated' and '-Wno-deprecated' options. Add tests for new options and updated documentation.
2015-11-09 02:06:33 +03:00
message
(
DEPRECATION
"Some deprecated warning"
)