Skip to content

Commit

Permalink
Move CEE_USE_QT6 to tope
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Sep 5, 2024
1 parent c4e2a6c commit efdb17d
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ project(ResInsight)

set(VIZ_MODULES_FOLDER_NAME Fwk/VizFwk)

# !!! For now, we force Qt to version 5
set(CEE_USE_QT5 OFF)
message(STATUS "Forcing setting of CEE_USE_QT6 to ON")
set(CEE_USE_QT6 ON )
message(STATUS "CEE_USE_QT6=${CEE_USE_QT6}")


cmake_policy(SET CMP0020 NEW)
if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
Expand Down Expand Up @@ -784,14 +791,6 @@ endif()
# Vizualization Framework
# ##############################################################################

# !!! For now, we force Qt to version 5
set(CEE_USE_QT5 OFF)
message(STATUS "Forcing setting of CEE_USE_QT6 to ON")
set(CEE_USE_QT6
ON
CACHE BOOL "Force usage of Qt6" FORCE
)
message(STATUS "CEE_USE_QT6=${CEE_USE_QT6}")

add_subdirectory(${VIZ_MODULES_FOLDER_NAME}/LibCore)
add_subdirectory(${VIZ_MODULES_FOLDER_NAME}/LibGeometry)
Expand Down

0 comments on commit efdb17d

Please sign in to comment.