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

3 lines
125 B
CMake

# This should still produce a warning when -Wno-error=deprecated is specified
message(DEPRECATION "Some deprecated warning")