提交 9e2ef52c 编写于 作者: J jinhai

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
...@@ -11,6 +11,7 @@ Please mark all change in change log and use the ticket from JIRA. ...@@ -11,6 +11,7 @@ Please mark all change in change log and use the ticket from JIRA.
## New Feature ## New Feature
- MS-57 - Implement index load/search pipeline - MS-57 - Implement index load/search pipeline
- MS-56 - Add version information when server is started
## Task ## Task
......
...@@ -33,7 +33,7 @@ else() ...@@ -33,7 +33,7 @@ else()
endif() endif()
message(STATUS "Build type = ${BUILD_TYPE}") 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(megasearch VERSION "${MEGASEARCH_VERSION}")
project(vecwise_engine LANGUAGES CUDA CXX) project(vecwise_engine LANGUAGES CUDA CXX)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册