Skip to content

Commit

Permalink
cmake: Fixed a comment that still mentioned Mercurial when it meant git.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 1, 2023
1 parent 73d6e2a commit d4f8d46
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 @@ -30,7 +30,7 @@ INCLUDE_DIRECTORIES(.)
# This was a Mercurial thing. In Git, it's always -1.
SET(MOJOSHADER_VERSION -1)

# If Mercurial is installed and we are in a mercurial repository, include the rev# and changeset as version information.
# If Git is installed and we are in a git repository, include the changeset as version information.
FIND_PROGRAM(GIT git DOC "Path to git command line app: https://git-scm.com/")
IF(NOT GIT)
MESSAGE(STATUS "Git not found. You can go on, but version info will be wrong.")
Expand Down

0 comments on commit d4f8d46

Please sign in to comment.