mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
13 lines
443 B
Plaintext
13 lines
443 B
Plaintext
Index: CMakeLists.txt
|
|
--- CMakeLists.txt.orig
|
|
+++ CMakeLists.txt
|
|
@@ -233,7 +233,7 @@ file(GLOB SD_LIB_SOURCES CONFIGURE_DEPENDS
|
|
"src/tokenizers/vocab/*.cpp"
|
|
)
|
|
|
|
-find_program(GIT_EXE NAMES git git.exe NO_CMAKE_FIND_ROOT_PATH)
|
|
+#find_program(GIT_EXE NAMES git git.exe NO_CMAKE_FIND_ROOT_PATH)
|
|
if(GIT_EXE)
|
|
execute_process(COMMAND ${GIT_EXE} describe --tags --abbrev=7 --dirty=+
|
|
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
|