Fix correct PATH

This commit is contained in:
Dante38490 2015-01-15 04:03:25 +01:00
parent e69f76de87
commit 1cf4791f95
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ include(cotire)
project(rpcs3)
# Generate git-version.cpp at build time.
# Generate git-version.h at build time.
add_custom_target(GitVersion ALL
DEPENDS something_that_never_exists)
add_custom_command(OUTPUT something_that_never_exists

View File

@ -1,4 +1,4 @@
set(GIT_VERSION_FILE "${SOURCE_DIR}/git-version.h")
set(GIT_VERSION_FILE "${SOURCE_DIR}/rpcs3/git-version.h")
set(GIT_VERSION "unknown")
set(GIT_VERSION_UPDATE "1")