diff options
author | Ahmad Samir <a.samirh78@gmail.com> | 2022-04-15 19:54:34 +0000 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2022-04-15 19:54:34 +0000 |
commit | 01f41fe327e66872a5182db1bbbace805e07df40 (patch) | |
tree | 30994d83330d1e0564e3a3b611140a5015586171 /modules/ECMSourceVersionControl.cmake | |
parent | 6224e7b8c28d434b81a19ac47b88cb58fee9d7d5 (diff) | |
download | extra-cmake-modules-01f41fe327e66872a5182db1bbbace805e07df40.tar.gz extra-cmake-modules-01f41fe327e66872a5182db1bbbace805e07df40.tar.bz2 |
ECMQueryQt: always use CMake target to find the qmake/qtpaths binary
This means removing the find_program() logic, since it was only useful if
we don't want to make CMake spend time finding a compiler; so it was only
useful for building modules that don't need a compiler at all, wallpapers,
icon themes ...etc; so find_program() is only useful when it comes before
the find_package() and enable_language() calls. Thanks to Christophe
Giboudeaux for the explanation. This might make the build time for such
modules a tiny bit longer, but it's worth it to make finding qmake/qtpaths
Diffstat (limited to 'modules/ECMSourceVersionControl.cmake')
0 files changed, 0 insertions, 0 deletions