Skip to content

Commit

Permalink
Fix PPSSPP_GIT_VERSION_NO_UPDATE 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiobenrocha2 committed Sep 21, 2015
1 parent 662d5fc commit a50f047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-version.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ endif()
if(EXISTS ${GIT_VERSION_FILE})
# Don't update if marked not to update.
file(STRINGS ${GIT_VERSION_FILE} match
REGEX "PPSSPP_GIT_VERSION_NO_UPDATE = 1")
REGEX "PPSSPP_GIT_VERSION_NO_UPDATE 1")
if(NOT ${match} EQUAL "")
set(GIT_VERSION_UPDATE "0")
endif()
Expand Down

0 comments on commit a50f047

Please sign in to comment.