Skip to content

Commit

Permalink
Version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slacrherbst committed Aug 5, 2019
1 parent 701f5a8 commit feeffb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ endif()
find_package(Git QUIET)
if (GIT_FOUND)
execute_process (
COMMAND ${GIT_EXECUTABLE} --git-dir=${CMAKE_SOURCE_DIR}/.git describe --tags --dirty
COMMAND ${GIT_EXECUTABLE} --git-dir=${CMAKE_SOURCE_DIR}/.git --work-tree=${CMAKE_SOURCE_DIR} describe --tags --dirty
OUTPUT_VARIABLE ROGUE_VERSION
OUTPUT_STRIP_TRAILING_WHITESPACE)

Expand Down

0 comments on commit feeffb6

Please sign in to comment.