Skip to content

Commit

Permalink
Fix Nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKotato committed Jun 30, 2024
1 parent 7493e78 commit a592b57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Telegram/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1792,6 +1792,7 @@ PRIVATE

execute_process(
COMMAND git describe --tags --always
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
OUTPUT_VARIABLE KTGDESKTOP_GIT_VERSION
)
string(REGEX REPLACE "^(k|v)([0-9]\\.[0-9])" "\\2" KTGDESKTOP_GIT_VERSION "${KTGDESKTOP_GIT_VERSION}")
Expand Down

0 comments on commit a592b57

Please sign in to comment.