build: unset GITREV after use

This commit is contained in:
sithlord48
2025-12-29 10:44:20 -05:00
committed by Nick Bolton
parent 2dd0360dec
commit 4a62e51d1d

View File

@ -64,6 +64,7 @@ if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
elseif(NOT ${GITREV} STREQUAL "")
set(DESKFLOW_VERSION_TWEAK ${GITREV})
endif()
unset(GITREV)
endif()
endif()
endif()