Skip to content
Permalink
Browse files
Merge pull request #11061 from Zopolis4/rnvs
Check for and remove in-tree scmrev.h
  • Loading branch information
AdmiralCurtiss committed Sep 18, 2022
2 parents eec43ce + 45afab7 commit d19994b
Showing 1 changed file with 4 additions and 0 deletions.
@@ -980,6 +980,10 @@ else()
set(DOLPHIN_WC_IS_STABLE "0")
endif()

# Remove in-tree revision information generated by Visual Studio
# This is because the compiler will check in-tree first and use this, even if it is outdated
file(REMOVE "${PROJECT_SOURCE_DIR}/Source/Core/Common/scmrev.h")

configure_file(
"${PROJECT_SOURCE_DIR}/Source/Core/Common/scmrev.h.in"
"${PROJECT_BINARY_DIR}/Source/Core/Common/scmrev.h"

0 comments on commit d19994b

Please sign in to comment.