mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
6d604c4972
This causes the `-Wno-deprecated` option to be honored even inside a `try_compile` test project, which is needed to suppress all deprecation warnings as the option documents. Closes: #16446