Skip to content

Commit

Permalink
Update kananlib
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jul 9, 2023
1 parent e4628ac commit 9bf6804
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 @@ -62,12 +62,12 @@ FetchContent_Declare(bddisasm
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (88fc5bbea4ff04b3062cf1a061907c0c2a2da6cc)...")
message(STATUS "Fetching kananlib (540b51cc36b34bb38620affdddfc4fc1c05597f0)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
88fc5bbea4ff04b3062cf1a061907c0c2a2da6cc
540b51cc36b34bb38620affdddfc4fc1c05597f0
)
FetchContent_MakeAvailable(kananlib)

Expand Down
2 changes: 1 addition & 1 deletion cmake.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tag = "v1.34.10"

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "88fc5bbea4ff04b3062cf1a061907c0c2a2da6cc"
tag = "540b51cc36b34bb38620affdddfc4fc1c05597f0"

[fetch-content.safetyhook]
git = "https://github.com/cursey/safetyhook"
Expand Down

0 comments on commit 9bf6804

Please sign in to comment.