mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Add missing Qt component to silence CMake warnings
The project cafProjectDataModel_UnitTests was triggering multiple CMake warnings saying that the Widget component was missing when trying to collect dependencies.
This commit is contained in:
committed by
Magne Sjaastad
parent
c456e96b22
commit
4c77090d8b
@@ -7,7 +7,7 @@ if(CEE_USE_QT6)
|
||||
find_package(
|
||||
Qt6
|
||||
COMPONENTS
|
||||
REQUIRED Core
|
||||
REQUIRED Core Widgets
|
||||
)
|
||||
qt_standard_project_setup()
|
||||
else()
|
||||
|
||||
Reference in New Issue
Block a user