Modified the CMakeLists.txt file to have the USE_QT_GUI disabled by default
parent
46f0f3250c
commit
36ae738c24
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue