mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Janitor: Set minimum Qt version to 5.12
This commit is contained in:
@@ -25,15 +25,11 @@ option(RESINSIGHT_TREAT_WARNINGS_AS_ERRORS
|
||||
"Treat warnings as errors (stops build)" OFF
|
||||
)
|
||||
|
||||
find_package(
|
||||
Qt5
|
||||
COMPONENTS Core
|
||||
QUIET
|
||||
)
|
||||
find_package(Qt5 ${RI_QT_MINIMUM_VERSION} COMPONENTS Core)
|
||||
|
||||
if(Qt5Core_FOUND)
|
||||
find_package(
|
||||
Qt5
|
||||
Qt5 ${RI_QT_MINIMUM_VERSION}
|
||||
COMPONENTS Core
|
||||
Gui
|
||||
OpenGL
|
||||
|
||||
Reference in New Issue
Block a user