Skip to content
Snippets Groups Projects
Commit 32d96904 authored by Joseph Boudreau's avatar Joseph Boudreau
Browse files

QT6 Off becomes On

parent e20821dc
No related branches found
No related tags found
1 merge request!458Switch all Qt-based components (FSL and gmex) to QT6.
Pipeline #12153705 failed
......@@ -54,7 +54,7 @@ option(GEOMODEL_BUILD_FULLSIMLIGHT_PROFILING "Enable FullSimLight profiling targ
option(GEOMODEL_BUILD_FSL "Enable the build of FSL and FullSimLight" OFF)
option(GEOMODEL_BUILD_ATLASEXTENSIONS "Build the Custom ATLAS Extensions" OFF)
option(GEOMODEL_BUILD_TESTING "Build the unit tests of GeoModel" OFF )
option(GEOMODEL_USE_QT6 "Use QT6 for Visualization and FSL" OFF)
option(GEOMODEL_USE_QT6 "Use QT6 for Visualization and FSL" ON)
include(CTest) # needs to be included at the top level
if( BUILD_TESTING AND GEOMODEL_BUILD_TESTING )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment