We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9f021d1 + 68d50eb commit 7f1691bCopy full SHA for 7f1691b
src/util/CMakeLists.txt
@@ -12,6 +12,7 @@ if(GIT_FOUND)
12
COMMAND \"${GIT_EXECUTABLE}\" \"describe\" \"--tags\" \"--always\" \"--dirty\"
13
OUTPUT_VARIABLE GIT_INFO
14
OUTPUT_STRIP_TRAILING_WHITESPACE
15
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
16
)
17
configure_file(\${CUR}/version.cpp.in version.cpp)
18
"
0 commit comments