Skip to content

Commit

Permalink
fix CMakeLists.txt, framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanshudong committed Oct 18, 2021
1 parent 8d7dae3 commit a6307e0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ include("${PROJECT_SOURCE_DIR}/tarscpp/cmake/ParseAsm.cmake")

add_subdirectory(tarscpp)

set(major "")
set(minor "")
set(patch "")
get_version(major minor patch)
set(major "2")
set(minor "4")
set(patch "15")
#get_version(major minor patch)
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
add_definitions(-DTARS_VERSION="${TARS_VERSION}")
Expand Down
2 changes: 1 addition & 1 deletion tarscpp

0 comments on commit a6307e0

Please sign in to comment.