Skip to content

Commit 0a7391e

Browse files
committed
normal commit test
1 parent 27124a8 commit 0a7391e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMake/ScmRevGen.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(GIT_FOUND)
77
OUTPUT_VARIABLE DOLPHIN_WC_REVISION
88
OUTPUT_STRIP_TRAILING_WHITESPACE)
99
# defines DOLPHIN_WC_DESCRIBE
10-
execute_process(WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${GIT_EXECUTABLE} describe --tags # --always --long --dirty # removed from here while we're using a patch for SDL; will likely be fixed in the future
10+
execute_process(WORKING_DIRECTORY ${PROJECT_SOURCE_DIR} COMMAND ${GIT_EXECUTABLE} describe --tags --always --long # --dirty # removed from here while we're using a patch for SDL; will likely be fixed in the future
1111
OUTPUT_VARIABLE DOLPHIN_WC_DESCRIBE
1212
OUTPUT_STRIP_TRAILING_WHITESPACE)
1313

0 commit comments

Comments
 (0)