cmake/Tests/RunCMake/CommandLine/Wno-error_deprecated.cmake

3 lines
125 B
CMake
Raw Normal View History

2016-03-13 13:35:51 +01:00
# This should still produce a warning when -Wno-error=deprecated is specified
message(DEPRECATION "Some deprecated warning")