Skip to content

Commit

Permalink
[CMAKE] Finally enable export patching 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
tkreuzer committed Sep 26, 2020
1 parent 28d09bf commit 955bc17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/cmake/config-amd64.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ set(_PREFAST_ FALSE CACHE BOOL
option(RUNTIME_CHECKS "Whether to enable runtime checks on MSVC" ON)
endif()

set(DISABLE_EXPORT_VERSIONING TRUE CACHE BOOL
set(DISABLE_EXPORT_VERSIONING FALSE CACHE BOOL
"Whether to disable export patching based on appcompat version.")
2 changes: 1 addition & 1 deletion sdk/cmake/config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@ endif()
set(USE_DUMMY_PSEH FALSE CACHE BOOL
"Whether to disable PSEH support.")

set(DISABLE_EXPORT_VERSIONING TRUE CACHE BOOL
set(DISABLE_EXPORT_VERSIONING FALSE CACHE BOOL
"Whether to disable export patching based on appcompat version.")

0 comments on commit 955bc17

Please sign in to comment.