Skip to content

Commit

Permalink
Update kananlib again
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jun 14, 2023
1 parent 613191f commit 3e8a1b5
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 (92d47bee0399435072b7910a36824a3fe9bae714)...")
message(STATUS "Fetching kananlib (b85618cb7f5ca3c66d9fbaa24fc3ed46bd697bb5)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
92d47bee0399435072b7910a36824a3fe9bae714
b85618cb7f5ca3c66d9fbaa24fc3ed46bd697bb5
)
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 = "92d47bee0399435072b7910a36824a3fe9bae714"
tag = "b85618cb7f5ca3c66d9fbaa24fc3ed46bd697bb5"

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

0 comments on commit 3e8a1b5

Please sign in to comment.