Skip to content

Commit

Permalink
update safetyhook to fix trap crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Apr 5, 2024
1 parent b3376bb commit 2dbae5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(directxtk12)

message(STATUS "Fetching safetyhook (44200343bf803f78862426e301e9382e5b28ea2c)...")
message(STATUS "Fetching safetyhook (4faf792c2d66cbf06f2c942561d053aafd79006b)...")
FetchContent_Declare(
safetyhook
GIT_REPOSITORY
https://github.com/cursey/safetyhook
GIT_TAG
44200343bf803f78862426e301e9382e5b28ea2c
4faf792c2d66cbf06f2c942561d053aafd79006b
)
FetchContent_MakeAvailable(safetyhook)

Expand Down
2 changes: 1 addition & 1 deletion cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ condition = "build-framework-dependencies"

[fetch-content.safetyhook]
git = "https://github.com/cursey/safetyhook"
tag = "44200343bf803f78862426e301e9382e5b28ea2c"
tag = "4faf792c2d66cbf06f2c942561d053aafd79006b"

[target.imgui]
type = "static"
Expand Down

0 comments on commit 2dbae5d

Please sign in to comment.