Quieten Qt5 check in caf unittests

This commit is contained in:
Gaute Lindkvist
2018-12-03 14:23:19 +01:00
parent 0371a1962e
commit 8cd2d37b92
4 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ project ( cafTestApplication )
find_package( OpenGL )
# Qt
find_package(Qt5 CONFIG COMPONENTS Core)
find_package(Qt5Core CONFIG QUIET)
if (Qt5Core_FOUND)
find_package(Qt5 CONFIG REQUIRED Core Gui OpenGL Widgets)
else()