Skip to content

Commit

Permalink
Deps: Update kananlib (minor fix to perf improvements)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Dec 9, 2024
1 parent 31ab924 commit 23169b9
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 @@ -135,13 +135,13 @@ FetchContent_Declare(
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (93dea461e52f5117aad383b7ed6a2b866c1acafc)...")
message(STATUS "Fetching kananlib (8b29e1694dbf4ad4c878ff54bcbcabf280b37168)...")
FetchContent_Declare(
kananlib
GIT_REPOSITORY
https://github.com/cursey/kananlib
GIT_TAG
93dea461e52f5117aad383b7ed6a2b866c1acafc
8b29e1694dbf4ad4c878ff54bcbcabf280b37168
)
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 @@ -177,7 +177,7 @@ tag = "v1.34.10"

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "93dea461e52f5117aad383b7ed6a2b866c1acafc"
tag = "8b29e1694dbf4ad4c878ff54bcbcabf280b37168"

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

0 comments on commit 23169b9

Please sign in to comment.