Make PlatformGraphics lookup QUIET
Let's do not litter user's logs with our internals. Change-Id: I79e9210960f1298a6e8e2b6f10e1bfefdbfede7f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit f9a05c7cae10c05b701003f8ed848d0bfef8290a) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit 16639502a778930a50beb5208c8596b96805a97b)
This commit is contained in:
parent
7fcd6c1aef
commit
05d247e10e
@ -120,7 +120,7 @@ list(APPEND CMAKE_REQUIRED_LIBRARIES "${EGL_LIBRARY}")
|
||||
list(APPEND CMAKE_REQUIRED_INCLUDES "${EGL_INCLUDE_DIR}")
|
||||
list(APPEND CMAKE_REQUIRED_DEFINITIONS "${EGL_DEFINITIONS}")
|
||||
|
||||
find_package(PlatformGraphics)
|
||||
find_package(PlatformGraphics QUIET)
|
||||
if(TARGET PlatformGraphics::PlatformGraphics)
|
||||
platform_graphics_extend_check_cxx_source_required_variables()
|
||||
endif()
|
||||
|
@ -21,7 +21,7 @@ else()
|
||||
set(_includes "${CMAKE_REQUIRED_INCLUDES}")
|
||||
list(APPEND CMAKE_REQUIRED_INCLUDES "${GLESv2_INCLUDE_DIR}")
|
||||
|
||||
find_package(PlatformGraphics)
|
||||
find_package(PlatformGraphics QUIET)
|
||||
if(TARGET PlatformGraphics::PlatformGraphics)
|
||||
platform_graphics_extend_check_cxx_source_required_variables()
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user