MS-658 SQ8Hybrid can't search

Former-commit-id: 9dc0507a4eaebb9f87aeca23d9b6b46f05b80b3c
This commit is contained in:
JinHai-CN 2019-10-15 14:38:02 +08:00
parent 0c0c8ee19b
commit 0789af25c9
2 changed files with 7 additions and 0 deletions

View File

@ -86,6 +86,10 @@ include(DefineOptionsCore)
include(BuildUtilsCore)
include(ThirdPartyPackagesCore)
if (CUSTOMIZATION)
add_definitions(-DCUSTOMIZATION)
endif (CUSTOMIZATION)
add_subdirectory(knowhere)
if (BUILD_COVERAGE STREQUAL "ON")

View File

@ -16,6 +16,9 @@
# specific language governing permissions and limitations
# under the License.
#-------------------------------------------------------------------------------
if (CUSTOMIZATION)
add_definitions(-DCUSTOMIZATION)
endif (CUSTOMIZATION)
include_directories("${CUDA_TOOLKIT_ROOT_DIR}/include")