summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_package/CMP0084-NEW-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* find_package(): Add policy to remove the FindQt moduleKyle Edwards2018-11-141-0/+20
Removing FindQt.cmake gives Qt upstream a path forward to export its own QtConfig.cmake files which can be found by find_package() without having to explicitly specify CONFIG. Projects that still want to use Qt3/4 can call find_package(Qt[34]), include(FindQt), or add FindQt.cmake to their CMAKE_MODULE_PATH.