Skip to content

Commit

Permalink
More startup time improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 11, 2024
1 parent 82da776 commit 4463a8e
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 (8310a44951ef84e3e33790505992f4c1ff038158)...")
message(STATUS "Fetching kananlib (96c73034543f9a4b40bcf330ef818ff429710093)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
8310a44951ef84e3e33790505992f4c1ff038158
96c73034543f9a4b40bcf330ef818ff429710093
)
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 = "8310a44951ef84e3e33790505992f4c1ff038158"
tag = "96c73034543f9a4b40bcf330ef818ff429710093"

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

0 comments on commit 4463a8e

Please sign in to comment.