about summary refs log tree commit diff
path: root/nixpkgs/pkgs/games/doom-ports/zandronum/dont_update_gitinfo.patch
blob: d1cf831819c320b0bca7c98d563a605062a59c7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff -r 4178904d7698 src/CMakeLists.txt
--- a/src/CMakeLists.txt	Sat Dec 11 16:35:55 2021 -0500
+++ b/src/CMakeLists.txt	Fri Dec 01 13:00:32 2023 -0300
@@ -642,15 +642,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}" )