summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/WarnDeprecated.cmake
Commit message (Collapse)AuthorAgeFilesLines
* try_compile: Honor CMAKE_WARN_DEPRECATED in test projectBrad King2016-11-221-0/+19
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