1
0
Fork 0
oh_my_little_overlay/games-fps/zandronum/files/remove-revision-check.patch

27 lines
703 B
Diff
Raw Permalink Normal View History

2024-11-23 04:15:11 +05:00
--- a/src/CMakeLists.txt 2019-10-13 21:38:53.000000000 +0200
+++ b/src/CMakeLists.txt 2021-11-24 10:55:32.946070583 +0100
@@ -636,15 +636,6 @@
add_definitions( -DBACKPATCH )
endif( BACKPATCH )
-# Update gitinfo.h
-
-get_target_property( UPDATEREVISION_EXE updaterevision LOCATION )
-
-add_custom_target( revision_check ALL
- COMMAND ${UPDATEREVISION_EXE} src/gitinfo.h
- WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
- DEPENDS updaterevision )
-
# Libraries ZDoom needs
message( STATUS "Fluid synth libs: ${FLUIDSYNTH_LIBRARIES}" )
@@ -1459,7 +1450,6 @@
${CMAKE_BINARY_DIR}/gdtoa
${SYSTEM_SOURCES_DIR} )
-add_dependencies( zdoom revision_check )
# [TP]
add_dependencies( zdoom protocolspec )