Skip to content

Commit 28e7be7

Browse files
committed
Fix 5785f07
1 parent 5785f07 commit 28e7be7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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 (ec847cbb2a0586db682edc643dd9b17784babc25)...")
166+
message(STATUS "Fetching kananlib (8c27b656734355db0f2893581fd62e838fa130ad)...")
167167
FetchContent_Declare(kananlib
168168
GIT_REPOSITORY
169169
"https://github.com/cursey/kananlib"
170170
GIT_TAG
171-
ec847cbb2a0586db682edc643dd9b17784babc25
171+
8c27b656734355db0f2893581fd62e838fa130ad
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 = "70db095765ab2066dd88dfb7bbcc42259ed167c5"
211211

212212
[fetch-content.kananlib]
213213
git = "https://github.com/cursey/kananlib"
214-
tag = "ec847cbb2a0586db682edc643dd9b17784babc25"
214+
tag = "8c27b656734355db0f2893581fd62e838fa130ad"
215215

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

0 commit comments

Comments
 (0)