WITH_ELBEEM diabled wasnt working with cmake

This commit is contained in:
2008-09-30 05:05:50 +00:00
parent 5871b289cc
commit 13c8e189f6
3 changed files with 11 additions and 1 deletions

View File

@@ -80,3 +80,6 @@ IF(WITH_VERSE)
ADD_DEPENDENCIES(src mkprot verse)
ENDIF(WITH_VERSE)
IF(NOT WITH_ELBEEM)
ADD_DEFINITIONS(-DDISABLE_ELBEEM)
ENDIF(NOT WITH_ELBEEM)