Created
October 2, 2017 16:29
-
-
Save volviq/37802aa3d82e007c921ef3be50fad147 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get the latest commit hash of the working branch | |
execute_process( | |
COMMAND git log -1 --format="%H %s" | |
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR} | |
OUTPUT_VARIABLE GIT_COMMIT_HASH | |
OUTPUT_STRIP_TRAILING_WHITESPACE | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment