Modified the CMakeLists.txt file to have the USE_QT_GUI disabled by default

pull/1451/head
shingen75 2023-09-17 09:19:00 +09:00 committed by Karl Robillard
parent 46f0f3250c
commit 36ae738c24
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ project(solvespaceQt
VERSION 3.1
LANGUAGES C CXX ASM)
set(USE_QT_GUI ON CACHE BOOL
set(USE_QT_GUI OFF CACHE BOOL
"Whether the Qt library used to build graphical interface")
set(ENABLE_GUI ON CACHE BOOL
"Whether the graphical interface is enabled")