mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-14 16:31:30 +00:00
96ef1befe0
commit hash and date of this repo instead of flac one were put into the binary
11 lines
242 B
Diff
11 lines
242 B
Diff
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -53,7 +53,7 @@
|
|
|
|
find_program (HAVE_GIT git)
|
|
|
|
-if(HAVE_GIT)
|
|
+if(0)
|
|
execute_process(
|
|
COMMAND git describe --tags --exact-match
|
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|