Skip to content

Commit

Permalink
Update kananlib
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Nov 25, 2023
1 parent 0f5408d commit 71f2f3d
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 (0b99df01b2bb5f52764c9e8fdb753f4d9b4efb8b)...")
message(STATUS "Fetching kananlib (6c30c44864c96b394e92ce45c65e429860694326)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
0b99df01b2bb5f52764c9e8fdb753f4d9b4efb8b
6c30c44864c96b394e92ce45c65e429860694326
)
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 = "0b99df01b2bb5f52764c9e8fdb753f4d9b4efb8b"
tag = "6c30c44864c96b394e92ce45c65e429860694326"

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

0 comments on commit 71f2f3d

Please sign in to comment.