提交 6bbd8be6 编写于 作者: J jinhai

Merge branch 'branch-0.5.1' into 'branch-0.5.0'

MS-658 SQ8Hybrid can't search

See merge request megasearch/milvus!729

Former-commit-id: a942782d3d05e3f0a4e56357dcf6c5f0cd643a7b
......@@ -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")
......
......@@ -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")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册