提交 0c8eb1a8 编写于 作者: G groot

automaticlly generate build version infor


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