allow disabling building the editor via cmake again

This commit is contained in:
Nils Kneuper 2008-10-04 19:39:11 +00:00
parent 68d31c5902
commit a1c2d9d281

View file

@ -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)