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
|
VERSION 3.1
|
||||||
LANGUAGES C CXX ASM)
|
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")
|
"Whether the Qt library used to build graphical interface")
|
||||||
set(ENABLE_GUI ON CACHE BOOL
|
set(ENABLE_GUI ON CACHE BOOL
|
||||||
"Whether the graphical interface is enabled")
|
"Whether the graphical interface is enabled")
|
||||||
|
|
Loading…
Reference in New Issue