Skip to content

Commit

Permalink
Further startup time improvements (kananlib update again)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 8, 2024
1 parent 5de5d50 commit 8897a75
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 (203dc31c5d8ba2cffdb780ae38b2eb2080bb099c)...")
message(STATUS "Fetching kananlib (9c134a94e3e14d17eb152424fc82d139d8f993b6)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
203dc31c5d8ba2cffdb780ae38b2eb2080bb099c
9c134a94e3e14d17eb152424fc82d139d8f993b6
)
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 = "203dc31c5d8ba2cffdb780ae38b2eb2080bb099c"
tag = "9c134a94e3e14d17eb152424fc82d139d8f993b6"

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

0 comments on commit 8897a75

Please sign in to comment.