Skip to content

Commit

Permalink
Update kananlib
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jun 6, 2023
1 parent 45c8d00 commit 9ae2970
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 (b5e49b232145c053a1f267560b688a6c02746388)...")
message(STATUS "Fetching kananlib (7c76bb9b1627c927253fd186c378792969a50d9b)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
b5e49b232145c053a1f267560b688a6c02746388
7c76bb9b1627c927253fd186c378792969a50d9b
)
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 = "b5e49b232145c053a1f267560b688a6c02746388"
tag = "7c76bb9b1627c927253fd186c378792969a50d9b"

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

0 comments on commit 9ae2970

Please sign in to comment.