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 b573158 commit 5d5ae63
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 (e2fc649013ed82284ba8c264e10d91fa90b2ab51)...")
message(STATUS "Fetching kananlib (9c134a94e3e14d17eb152424fc82d139d8f993b6)...")
FetchContent_Declare(
kananlib
GIT_REPOSITORY
https://github.com/cursey/kananlib
GIT_TAG
e2fc649013ed82284ba8c264e10d91fa90b2ab51
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 @@ -175,7 +175,7 @@ tag = "v1.34.10"

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "e2fc649013ed82284ba8c264e10d91fa90b2ab51"
tag = "9c134a94e3e14d17eb152424fc82d139d8f993b6"

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

0 comments on commit 5d5ae63

Please sign in to comment.