mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Quieten Qt5 check in caf unittests
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user