Skip to content

Commit

Permalink
always have porcelain defined
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Oct 19, 2020
1 parent 6689d9a commit 381b87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ endif(_porcelain)
else()
set(git_branch)
set(git_rev)
set(git_porcelain)
set(git_porcelain .false.)
endif()

message(STATUS "${PROJECT_NAME} git revision: ${git_rev} git_branch: ${git_branch} git_porcelain: ${git_porcelain}")
Expand Down

0 comments on commit 381b87b

Please sign in to comment.