Merge pull request #8140 from taosdata/feature/dnode3

add cmake command for version.c.in
This commit is contained in:
Shengliang Guan 2021-10-08 10:25:02 +08:00 committed by GitHub
commit e8e4af0125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,3 +11,5 @@ target_link_libraries(
PUBLIC zlib
PUBLIC lz4_static
)
CONFIGURE_FILE("${CMAKE_CURRENT_SOURCE_DIR}/src/version.c.in" "${CMAKE_CURRENT_SOURCE_DIR}/src/version.c")