Skip to content
  • Clinton Stimpson's avatar
    Find*: Make find_package(.. QUIET) affect Check* modules. · 83934757
    Clinton Stimpson authored
    Fixes issues #14812 and #14813 where find_package(OpenMP QUIET) and
    find_package(Qt4 QUIET) would still print out messages when calling
    check*() functions.
    
    Also a partial fix for  #14445 where building CMake
    (without cmake-gui) when Qt5 is installed and Qt4 is not installed
    and warnings come out of FindQt4.cmake.
    83934757