Skip to content

Commit

Permalink
More improvements to startup time
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 11, 2024
1 parent dba784e commit 8823eba
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 @@ -134,13 +134,13 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (52e7e8d77ba8d58a06c43b4d57cfbe1d9a840a1e)...")
message(STATUS "Fetching kananlib (ccf2e5a32cf4c85a90641ae7a35c2b1d636c7636)...")
FetchContent_Declare(
kananlib
GIT_REPOSITORY
https://github.com/cursey/kananlib
GIT_TAG
52e7e8d77ba8d58a06c43b4d57cfbe1d9a840a1e
ccf2e5a32cf4c85a90641ae7a35c2b1d636c7636
)
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 @@ -175,7 +175,7 @@ tag = "v1.34.10"

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "52e7e8d77ba8d58a06c43b4d57cfbe1d9a840a1e"
tag = "ccf2e5a32cf4c85a90641ae7a35c2b1d636c7636"

[target.utility]
type = "static"
Expand Down

0 comments on commit 8823eba

Please sign in to comment.