Skip to content

Commit a6307e0

Browse files
committed
fix CMakeLists.txt, framework version
1 parent 8d7dae3 commit a6307e0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ include("${PROJECT_SOURCE_DIR}/tarscpp/cmake/ParseAsm.cmake")
1818

1919
add_subdirectory(tarscpp)
2020

21-
set(major "")
22-
set(minor "")
23-
set(patch "")
24-
get_version(major minor patch)
21+
set(major "2")
22+
set(minor "4")
23+
set(patch "15")
24+
#get_version(major minor patch)
2525
set(FRAMEWORK_VERSION ${major}.${minor}.${patch})
2626
add_definitions(-DFRAMEWORK_VERSION="${FRAMEWORK_VERSION}")
2727
add_definitions(-DTARS_VERSION="${TARS_VERSION}")

0 commit comments

Comments
 (0)