cmake: remove old definitions from cmakelists

This commit is contained in:
Vaxry 2023-10-22 12:25:26 +01:00
parent d0367d8560
commit edb26e0306
1 changed files with 0 additions and 8 deletions

View File

@ -183,14 +183,6 @@ else()
endif()
endif()
target_compile_definitions(Hyprland
PRIVATE
"GIT_COMMIT_HASH=\"${GIT_COMMIT_HASH}\""
"GIT_BRANCH=\"${GIT_BRANCH}\""
"GIT_COMMIT_MESSAGE=\"${GIT_COMMIT_MESSAGE}\""
"GIT_DIRTY=\"${GIT_DIRTY}\""
"GIT_TAG=\"${GIT_TAG}\"")
set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
include(CPack)