mirror of https://gitee.com/bigwinds/arangodb
fixed maintainer mode
This commit is contained in:
parent
48e39567fc
commit
47b684a75a
|
@ -261,7 +261,7 @@ endif ()
|
|||
# Maintainer mode (Assertions) -------------------------------------------------
|
||||
option(USE_MAINTAINER_MODE
|
||||
"whether we want to have assertions and other development features" OFF)
|
||||
if ()
|
||||
if (USE_MAINTAINER_MODE)
|
||||
add_definitions("-DTRI_ENABLE_MAINTAINER_MODE=1")
|
||||
endif ()
|
||||
|
||||
|
|
Loading…
Reference in New Issue