allow disabling building the editor via cmake again
This commit is contained in:
parent
68d31c5902
commit
a1c2d9d281
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ if(NOT WIN32)
|
|||
endif(NOT WIN32)
|
||||
|
||||
if(NOT ENABLE_EDITOR)
|
||||
add_definitions(-DDISABLE_EDITOR)
|
||||
add_definitions(-DDISABLE_EDITOR2)
|
||||
endif(NOT ENABLE_EDITOR)
|
||||
|
||||
if(X11_FOUND)
|
||||
|
|
Loading…
Add table
Reference in a new issue