1
0
Fork 0

Revert "enable iresearch feature by default (#4077)" (#4081)

This reverts commit da6622b890.
This commit is contained in:
Jan 2017-12-18 17:43:11 +01:00 committed by GitHub
parent da6622b890
commit 3e65c33fc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -766,7 +766,7 @@ endif()
# IResearch
# ------------------------------------------------------------------------------
option(USE_IRESEARCH ON)
option(USE_IRESEARCH OFF)
if(USE_IRESEARCH)
add_definitions("-DUSE_IRESEARCH=1")