mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-03 09:22:30 +08:00
Merge branch 'branch-0.3.0' into 'branch-0.3.0'
MS-56 automaticlly generate build version infor See merge request megasearch/vecwise_engine!60 Former-commit-id: 9c37b012319e1c7b48b70a56fbb4bc5302d4e226
This commit is contained in:
commit
9e2ef52c46
@ -11,6 +11,7 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||
## New Feature
|
||||
|
||||
- MS-57 - Implement index load/search pipeline
|
||||
- MS-56 - Add version information when server is started
|
||||
|
||||
## Task
|
||||
|
||||
|
||||
@ -33,7 +33,7 @@ else()
|
||||
endif()
|
||||
message(STATUS "Build type = ${BUILD_TYPE}")
|
||||
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cf ${CMAKE_CURRENT_SOURCE_DIR}/version.h)
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.macro ${CMAKE_CURRENT_SOURCE_DIR}/version.h)
|
||||
|
||||
project(megasearch VERSION "${MEGASEARCH_VERSION}")
|
||||
project(vecwise_engine LANGUAGES CUDA CXX)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user