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 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}" )
|