This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
0
You've already forked CMake
Code
Issues
Pull Requests
Releases
Wiki
Activity
CMake
/
Tests
/
RunCMake
/
CommandLine
/
Wdeprecated.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-08 23:06:33 +00:00
message
(
DEPRECATION
"Some deprecated warning"
)
Reference in New Issue
Copy Permalink