mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 13:28:49 +08:00
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
This commit is contained in:
commit
6bbd8be609
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user