mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-14 09:33:56 -06:00
CMake : Propagate Qt4/Qt5 flag to AppFwk and VizFwk, use FORCE
This commit is contained in:
parent
546c5aef82
commit
a521748eda
@ -322,7 +322,7 @@ set_property(TARGET
|
|||||||
################################################################################
|
################################################################################
|
||||||
# App and Viz Framework Qt5 setting, propagate settings in RESINSIGHT_BUILD_WITH_QT5
|
# App and Viz Framework Qt5 setting, propagate settings in RESINSIGHT_BUILD_WITH_QT5
|
||||||
################################################################################
|
################################################################################
|
||||||
set(CEE_USE_QT5 RESINSIGHT_BUILD_WITH_QT5 CACHE BOOL "Flag used to enable Qt5 in AppFwk and VizFwk")
|
set(CEE_USE_QT5 ${RESINSIGHT_BUILD_WITH_QT5} CACHE BOOL "Flag used to enable Qt5 in AppFwk and VizFwk" FORCE)
|
||||||
|
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user