Skip to content

Commit 87cbda4

Browse files
committed
Deps: Update kananlib (Fixes last commit for EGS)
1 parent e417f13 commit 87cbda4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,12 @@ FetchContent_Declare(bddisasm
163163
)
164164
FetchContent_MakeAvailable(bddisasm)
165165

166-
message(STATUS "Fetching kananlib (522aa45e28ae03c3bc7e8064c4c46749ccc5f222)...")
166+
message(STATUS "Fetching kananlib (17cf2fdc7963a118684ece852a09e525305b3fae)...")
167167
FetchContent_Declare(kananlib
168168
GIT_REPOSITORY
169169
"https://github.com/cursey/kananlib"
170170
GIT_TAG
171-
522aa45e28ae03c3bc7e8064c4c46749ccc5f222
171+
17cf2fdc7963a118684ece852a09e525305b3fae
172172
)
173173
FetchContent_MakeAvailable(kananlib)
174174

cmake.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ tag = "v1.34.10"
211211

212212
[fetch-content.kananlib]
213213
git = "https://github.com/cursey/kananlib"
214-
tag = "522aa45e28ae03c3bc7e8064c4c46749ccc5f222"
214+
tag = "17cf2fdc7963a118684ece852a09e525305b3fae"
215215

216216
[target.utility]
217217
type = "static"

0 commit comments

Comments
 (0)