Skip to content

Commit

Permalink
Update kananlib (significant startup time improvement)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 6, 2024
1 parent 3b20644 commit 86f0dc0
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 @@ -71,12 +71,12 @@ FetchContent_Declare(bddisasm
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (d34dd2130c9fb47b1cd5bd456ab72707e34d33bf)...")
message(STATUS "Fetching kananlib (8547673a0dbae1bb0e8ff3be4a6b31c5cfaf2f1f)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
d34dd2130c9fb47b1cd5bd456ab72707e34d33bf
8547673a0dbae1bb0e8ff3be4a6b31c5cfaf2f1f
)
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 @@ -55,7 +55,7 @@ tag = "70db095765ab2066dd88dfb7bbcc42259ed167c5"

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "d34dd2130c9fb47b1cd5bd456ab72707e34d33bf"
tag = "8547673a0dbae1bb0e8ff3be4a6b31c5cfaf2f1f"

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

0 comments on commit 86f0dc0

Please sign in to comment.