Skip to content

Commit

Permalink
Deps: Update kananlib (Thread suspension fix)
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Apr 5, 2024
1 parent 6f15f7b commit e79cb80
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 (05fe2456b58fa423531d036d9343ae46866d7ffd)...")
message(STATUS "Fetching kananlib (0bf5781a38a857f0acea3935425d50a1a5a34d3a)...")
FetchContent_Declare(
kananlib
GIT_REPOSITORY
https://github.com/cursey/kananlib
GIT_TAG
05fe2456b58fa423531d036d9343ae46866d7ffd
0bf5781a38a857f0acea3935425d50a1a5a34d3a
)
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 = "05fe2456b58fa423531d036d9343ae46866d7ffd"
tag = "0bf5781a38a857f0acea3935425d50a1a5a34d3a"

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

0 comments on commit e79cb80

Please sign in to comment.