From efb533508b9caf6e2e389103a96a1ce3ef6b7c89 Mon Sep 17 00:00:00 2001 From: Dmitriy Eshenko Date: Fri, 9 Jun 2023 19:49:20 +0300 Subject: Update cpack.cmake Use real version instad of "gitgitgit" --- cmake/cpack.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake index 81bc714..3c4af72 100644 --- a/cmake/cpack.cmake +++ b/cmake/cpack.cmake @@ -6,7 +6,7 @@ string(REPLACE "." ";" VERSION_LIST ${ACCEL_PPP_VERSION}) # If not assign dummy variables list(LENGTH VERSION_LIST VERSION_LIST_LENGTH) if(NOT VERSION_LIST_LENGTH EQUAL 3) - set(VERSION_LIST git;git;git) + set(VERSION_LIST 1;12;0) endif() list(GET VERSION_LIST 0 CPACK_PACKAGE_VERSION_MAJOR) list(GET VERSION_LIST 1 CPACK_PACKAGE_VERSION_MINOR) -- cgit v1.2.3