1
0
Fork 0

fixed maintainer mode

This commit is contained in:
jsteemann 2016-02-23 21:49:57 +01:00
parent 48e39567fc
commit 47b684a75a
1 changed files with 1 additions and 1 deletions

View File

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