提交 aa2a5794 编写于 作者: J JinHai-CN

MS-658 SQ8Hybrid can't search


Former-commit-id: 2644c0278205c6fd4f9d782f369aedc17cc18b2c
上级 3162d53f
......@@ -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.
先完成此消息的编辑!
想要评论请 注册