Skip to content

Commit

Permalink
Update kananlib
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Oct 21, 2023
1 parent 8f7b999 commit 7230a98
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 @@ -63,12 +63,12 @@ FetchContent_Declare(bddisasm
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (2debb99d8cea92df7e011a22b1bd507d4f345ebf)...")
message(STATUS "Fetching kananlib (edaec8b0e26604c423b922bed6a0794db0eb9eeb)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
2debb99d8cea92df7e011a22b1bd507d4f345ebf
edaec8b0e26604c423b922bed6a0794db0eb9eeb
)
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 @@ -47,7 +47,7 @@ tag = "v1.34.10"

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "2debb99d8cea92df7e011a22b1bd507d4f345ebf"
tag = "edaec8b0e26604c423b922bed6a0794db0eb9eeb"

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

0 comments on commit 7230a98

Please sign in to comment.