mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
remove a redundant option.
This commit is contained in:
@@ -1624,7 +1624,7 @@ endif()
|
||||
|
||||
macro(ocv_git_describe var_name path)
|
||||
if(GIT_FOUND)
|
||||
execute_process(COMMAND "${GIT_EXECUTABLE}" describe --tags --tags --exact-match --dirty
|
||||
execute_process(COMMAND "${GIT_EXECUTABLE}" describe --tags --exact-match --dirty
|
||||
WORKING_DIRECTORY "${path}"
|
||||
OUTPUT_VARIABLE ${var_name}
|
||||
RESULT_VARIABLE GIT_RESULT
|
||||
|
||||
Reference in New Issue
Block a user