mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-16 16:21:02 +00:00
Fix correct PATH
This commit is contained in:
parent
e69f76de87
commit
1cf4791f95
@ -5,7 +5,7 @@ include(cotire)
|
|||||||
|
|
||||||
project(rpcs3)
|
project(rpcs3)
|
||||||
|
|
||||||
# Generate git-version.cpp at build time.
|
# Generate git-version.h at build time.
|
||||||
add_custom_target(GitVersion ALL
|
add_custom_target(GitVersion ALL
|
||||||
DEPENDS something_that_never_exists)
|
DEPENDS something_that_never_exists)
|
||||||
add_custom_command(OUTPUT something_that_never_exists
|
add_custom_command(OUTPUT something_that_never_exists
|
||||||
|
@ -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 "unknown")
|
||||||
set(GIT_VERSION_UPDATE "1")
|
set(GIT_VERSION_UPDATE "1")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user