mirror of
https://github.com/opencv/opencv.git
synced 2025-06-07 17:44:04 +08:00
remove a redundant option.
This commit is contained in:
parent
5a27f7c81f
commit
8e24a8b7c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user