Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
20 lines
563 B
Diff
20 lines
563 B
Diff
diff -r 89bccf7127ba src/CMakeLists.txt
|
|
--- a/src/CMakeLists.txt Sun Jul 09 15:14:38 2023 -0400
|
|
+++ b/src/CMakeLists.txt Fri Dec 01 10:16:26 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}" )
|