Make PlatformGraphics lookup QUIET
Let's do not litter user's logs with our internals. Pick-to: 6.9 6.8 Change-Id: I79e9210960f1298a6e8e2b6f10e1bfefdbfede7f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
cf1f2361e7
commit
f9a05c7cae
@ -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