Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix compilation with option WITH_GUI=FALSE
Fixes #29185
  • Loading branch information
Tom Palan authored and nyalldawson committed May 7, 2020
1 parent 35aeed0 commit 5fa9354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Expand Up @@ -57,8 +57,8 @@ MACRO(PY_2TO3 TARGET_NAME RESOURCE_PATHS)
)
ENDMACRO(PY_2TO3)

ADD_SUBDIRECTORY(plugins)
IF (WITH_GUI)
ADD_SUBDIRECTORY(plugins)
ADD_SUBDIRECTORY(qsci_apis)
ADD_SUBDIRECTORY(console)
ADD_SUBDIRECTORY(pyplugin_installer)
Expand Down

0 comments on commit 5fa9354

Please sign in to comment.