Skip to content

Commit

Permalink
Merge branch 'master' into lua-api
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jun 16, 2024
2 parents 4800848 + f46d84d commit 2ba4fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ FetchContent_Declare(bddisasm
)
FetchContent_MakeAvailable(bddisasm)

message(STATUS "Fetching kananlib (cca66766b139994f478ea48befd67a179b7310ab)...")
message(STATUS "Fetching kananlib (4bf3d90fd916490e91b005f7a2855bba6804cdbe)...")
FetchContent_Declare(kananlib
GIT_REPOSITORY
"https://github.com/cursey/kananlib"
GIT_TAG
cca66766b139994f478ea48befd67a179b7310ab
4bf3d90fd916490e91b005f7a2855bba6804cdbe
)
FetchContent_MakeAvailable(kananlib)

Expand Down

0 comments on commit 2ba4fe9

Please sign in to comment.