fix unitest

Former-commit-id: 1da98cfbf78110fa3732899e45ff3722eaf921ed
This commit is contained in:
yu yunfeng 2019-05-30 15:54:22 +08:00
parent 2b472a3340
commit 67a5acf669

View File

@ -70,9 +70,9 @@ endif()
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
if (BUILD_UNIT_TEST)
option(MEGASEARCH_BUILD_TESTS "Build the megasearch test suite" ON)
endif(BUILD_UNIT_TEST)
#if (BUILD_UNIT_TEST)
# option(MEGASEARCH_BUILD_TESTS "Build the megasearch test suite" ON)
#endif(BUILD_UNIT_TEST)
include(ExternalProject)
include(DefineOptions)