Skip to content

Commit

Permalink
Update kananlib (decent startup time improvement)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Oct 24, 2023
1 parent ec46ad9 commit 49110d5
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 (edaec8b0e26604c423b922bed6a0794db0eb9eeb)...")
message(STATUS "Fetching kananlib (0b99df01b2bb5f52764c9e8fdb753f4d9b4efb8b)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
edaec8b0e26604c423b922bed6a0794db0eb9eeb
0b99df01b2bb5f52764c9e8fdb753f4d9b4efb8b
)
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 = "edaec8b0e26604c423b922bed6a0794db0eb9eeb"
tag = "0b99df01b2bb5f52764c9e8fdb753f4d9b4efb8b"

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

0 comments on commit 49110d5

Please sign in to comment.