Remove debugging output for git-version.

This commit is contained in:
Unknown W. Brackets
2014-07-15 23:31:31 -07:00
parent a168126ef6
commit 30f363a71f
-1
View File
@@ -37,7 +37,6 @@ set(code_string "// This is a generated file.\n\n"
"// If you don't want this file to update/recompile, change to 1.\n"
"#define PPSSPP_GIT_VERSION_NO_UPDATE 0\n")
message(WARNING "UPDATE: ${GIT_VERSION_FILE}")
if ("${GIT_VERSION_UPDATE}" EQUAL "1")
file(WRITE ${GIT_VERSION_FILE} ${code_string})
endif()