Skip to content
Snippets Groups Projects
Commit 0f5c1b40 authored by Kyle Edwards's avatar Kyle Edwards Committed by Brad King
Browse files

find_package(): Add policy to remove the FindQt module

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.
parent ddb967cc
No related branches found
No related tags found
No related merge requests found
Showing
with 141 additions and 5 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment