Skip to content

Commit 7516fdc

Browse files
committed
output version variable correctly
1 parent e3a72c3 commit 7516fdc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
88
include(cmake/GitUpdate.cmake)
99
include(cmake/GitVersion.cmake)
1010
set(JUMANPP_FULL_VERSION "${PROJECT_VERSION}${GIT_VERSION_STRING}")
11+
else()
12+
set(JUMANPP_FULL_VERSION "${PROJECT_VERSION}")
1113
endif()
1214

1315
set(CMAKE_CXX_STANDARD 14)

0 commit comments

Comments
 (0)