Skip to content

Commit

Permalink
Startup time improvements for older PCs
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 9, 2024
1 parent 8f36e7c commit fc5346b
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 (65c205e9f3f0985fd298281a77098d48b9065e87)...")
message(STATUS "Fetching kananlib (553c889d618c6b1436edf6ccbd496ae7bfee1659)...")
FetchContent_Declare(
kananlib
GIT_REPOSITORY
https://github.com/cursey/kananlib
GIT_TAG
65c205e9f3f0985fd298281a77098d48b9065e87
553c889d618c6b1436edf6ccbd496ae7bfee1659
)
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 = "65c205e9f3f0985fd298281a77098d48b9065e87"
tag = "553c889d618c6b1436edf6ccbd496ae7bfee1659"

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

0 comments on commit fc5346b

Please sign in to comment.