Skip to content

Commit

Permalink
Merge branch 'master' into pd-upscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Nov 2, 2024
2 parents 06c3607 + 4d03461 commit ee0e246
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 (128900b23d02235975ad48388e94f64af3484ec0)...")
message(STATUS "Fetching kananlib (61a04d4219e3cb81b524a6990d3924289982bbf6)...")
FetchContent_Declare(
kananlib
GIT_REPOSITORY
https://github.com/cursey/kananlib
GIT_TAG
128900b23d02235975ad48388e94f64af3484ec0
61a04d4219e3cb81b524a6990d3924289982bbf6
)
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 @@ -186,7 +186,7 @@ tag = "v1.34.10"

[fetch-content.kananlib]
git = "https://github.com/cursey/kananlib"
tag = "128900b23d02235975ad48388e94f64af3484ec0"
tag = "61a04d4219e3cb81b524a6990d3924289982bbf6"

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

0 comments on commit ee0e246

Please sign in to comment.