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:
jinhai 2019-06-06 10:46:16 +08:00
commit 9e2ef52c46
3 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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)