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 a20f474 commit 1f27482
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 (540b51cc36b34bb38620affdddfc4fc1c05597f0)...")
message(STATUS "Fetching kananlib (a90bb55a4fa4651d2be2c3c58856cbb83ce032a5)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
540b51cc36b34bb38620affdddfc4fc1c05597f0
a90bb55a4fa4651d2be2c3c58856cbb83ce032a5
)
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 = "540b51cc36b34bb38620affdddfc4fc1c05597f0"
tag = "a90bb55a4fa4651d2be2c3c58856cbb83ce032a5"

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

0 comments on commit 1f27482

Please sign in to comment.